Skip to content

Commit 11e0f62

Browse files
[DOC] Fix typo in document of regexp [ci skip]
1 parent be94808 commit 11e0f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

re.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,8 +762,8 @@ rb_reg_casefold_p(VALUE re)
762762
* /foo/mix.options # => 7
763763
*
764764
* Note that additional bits may be set in the returned integer;
765-
* these are maintained internally internally in +self+,
766-
* are ignored if passed to Regexp.new, and may be ignored by the caller:
765+
* these are maintained internally in +self+, are ignored if passed
766+
* to Regexp.new, and may be ignored by the caller:
767767
*
768768
* Returns the set of bits corresponding to the options used when
769769
* creating this regexp (see Regexp::new for details). Note that

0 commit comments

Comments
 (0)