From e04197aba74e62aae163f0cdc7058861047045a2 Mon Sep 17 00:00:00 2001 From: Victor Shepelev Date: Thu, 21 Dec 2023 22:27:18 +0200 Subject: [PATCH] [DOC] Fix NoMethodError example of rendering (#9309) Fix NoMethodError example of rendering --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error.c b/error.c index 539d7708b7..29f0f27ab9 100644 --- a/error.c +++ b/error.c @@ -3061,7 +3061,7 @@ syserr_eqq(VALUE self, VALUE exc) * * raises the exception: * - * NoMethodError: undefined method `to_ary' for "hello":String + * NoMethodError: undefined method `to_ary' for an instance of String */ /*