Skip to content

Commit

Permalink
[DOC] Fix NoMethodError example of rendering (#9309)
Browse files Browse the repository at this point in the history
Fix NoMethodError example of rendering
  • Loading branch information
zverok committed Dec 21, 2023
1 parent 1f03042 commit e04197a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error.c
Expand Up @@ -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
*/

/*
Expand Down

0 comments on commit e04197a

Please sign in to comment.