From c0f8a1d4d27a62fc4fd33567520ce458e2a5d322 Mon Sep 17 00:00:00 2001 From: stomar Date: Thu, 16 Mar 2017 20:58:58 +0000 Subject: bignum.c: [DOC] typos and grammar git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bignum.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bignum.c') diff --git a/bignum.c b/bignum.c index 9b6684bd45..d1e83565c9 100644 --- a/bignum.c +++ b/bignum.c @@ -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 -- cgit v1.2.3