Actions
Bug #8351
closedError message is not grammatical
Description
Enumerable#chunk has the error message "symbol begins with an underscore is reserved".
This is not grammatical. Assuming that error messages can be modified, possible fixes include
"symbol begins with an underscore, which is reserved"
"symbols beginning with an underscore are reserved"
Updated by Eregon (Benoit Daloze) over 11 years ago
Thanks, it will be committed soon!
Updated by Eregon (Benoit Daloze) over 11 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r40539.
Andrew, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- enum.c (Enumerable#chunk): fix grammar of error message
for symbols beginning with an underscore [Bug #8351]
Actions
Like0
Like0Like0