summaryrefslogtreecommitdiff
path: root/re.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-08 04:57:49 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-08 04:57:49 +0000
commit577de1e93dac9adf321602517c5ab80884911566 (patch)
tree1e398fa2e3637208d3e0850ede9f07000d235af7 /re.c
parentbbd662c8bd85e44957c96d40e4291631554c9b5b (diff)
replace fixnum by integer in documents.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 're.c')
-rw-r--r--re.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/re.c b/re.c
index 84f22b0bc6..6fd086a1bd 100644
--- a/re.c
+++ b/re.c
@@ -724,7 +724,7 @@ rb_reg_casefold_p(VALUE re)
/*
* call-seq:
- * rxp.options -> fixnum
+ * rxp.options -> integer
*
* Returns the set of bits corresponding to the options used when creating this
* Regexp (see <code>Regexp::new</code> for details. Note that additional bits
@@ -2877,7 +2877,7 @@ rb_reg_regcomp(VALUE str)
static st_index_t reg_hash(VALUE re);
/*
* call-seq:
- * rxp.hash -> fixnum
+ * rxp.hash -> integer
*
* Produce a hash based on the text and options of this regular expression.
*