[DOC] Fix NoMethodError example of rendering (#9309)

Fix NoMethodError example of rendering
This commit is contained in:
Victor Shepelev 2023-12-21 22:27:18 +02:00 committed by GitHub
parent 1f0304218c
commit e04197aba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3061,7 +3061,7 @@ syserr_eqq(VALUE self, VALUE exc)
*
* <em>raises the exception:</em>
*
* NoMethodError: undefined method `to_ary' for "hello":String
* NoMethodError: undefined method `to_ary' for an instance of String
*/
/*