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
@ -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…
x
Reference in New Issue
Block a user