mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5088b14db7
commit
1137af8a03
1 changed files with 1 additions and 1 deletions
|
@ -837,7 +837,7 @@ rb_str_format(int argc, const VALUE *argv, VALUE fmt)
|
|||
}
|
||||
|
||||
sprint_exit:
|
||||
/* XXX - We cannot validiate the number of arguments if (digit)$ style used.
|
||||
/* XXX - We cannot validate the number of arguments if (digit)$ style used.
|
||||
*/
|
||||
if (posarg >= 0 && nextarg < argc) {
|
||||
const char *mesg = "too many arguments for format string";
|
||||
|
|
Loading…
Reference in a new issue