mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo of r42691
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a6a85a0cb7
commit
cddd93a575
1 changed files with 1 additions and 1 deletions
2
parse.y
2
parse.y
|
@ -5621,7 +5621,7 @@ parser_nextc(struct parser_params *parser)
|
|||
}
|
||||
else if (ruby_sourceline > parser->last_cr_line) {
|
||||
parser->last_cr_line = ruby_sourceline;
|
||||
rb_compile_warn(ruby_sourcefile, ruby_sourceline, "encountered \\r in mddile of line, treat as a mere space");
|
||||
rb_compile_warn(ruby_sourcefile, ruby_sourceline, "encountered \\r in middle of line, treated as a mere space");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue