1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

bignum.c: [DOC] typos and grammar

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
stomar 2017-03-16 20:58:58 +00:00
parent f8d01bcb57
commit 0bb1a6cbe0

View file

@ -4013,10 +4013,10 @@ rb_cstr_to_inum(const char *str, int base, int badcheck)
* NULL, Qnil is returned when +str+ is not valid as an Integer.
* ndigits: if non-NULL, the number of parsed digits is stored.
* base: see +rb_cstr_to_inum+
* flags: bit-ORed flags of belows:
* RB_INT_PARSE_SIGN: allow preceeding spaces and +/- sign
* flags: bitwise OR of below flags:
* RB_INT_PARSE_SIGN: allow preceding spaces and +/- sign
* RB_INT_PARSE_UNDERSCORE: allow an underscore between digits
* RB_INT_PARSE_PREFIX: allow preceeding prefix
* RB_INT_PARSE_PREFIX: allow preceding prefix
*/
VALUE