From 3108ad7bf3dcae52054a1c29b86246cdb470000b Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer Date: Tue, 5 Jan 2021 15:13:53 +0100 Subject: [DOC] Fix grammar: "is same as" -> "is the same as" --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 55ac8b4eac..be6a6b4dfd 100644 --- a/eval.c +++ b/eval.c @@ -1062,7 +1062,7 @@ rb_vrescue2(VALUE (* b_proc) (VALUE), VALUE data1, * * Equivalent to begin .. rescue .. end. * - * It is same as + * It is the same as * \code{cpp} * rb_rescue2(b_proc, data1, r_proc, data2, rb_eStandardError, (VALUE)0); * \endcode -- cgit v1.2.3