mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Fix NoMethodError example of rendering (#9309)
Fix NoMethodError example of rendering
This commit is contained in:
parent
1f0304218c
commit
e04197aba7
1 changed files with 1 additions and 1 deletions
2
error.c
2
error.c
|
@ -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
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue