From 11e0f62148de721538e69c174edc981b05079cda Mon Sep 17 00:00:00 2001 From: OKURA Masafumi Date: Fri, 10 Feb 2023 18:32:21 +0900 Subject: [DOC] Fix typo in document of regexp [ci skip] --- re.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 're.c') diff --git a/re.c b/re.c index fb0f5034f1..308c7960ac 100644 --- a/re.c +++ b/re.c @@ -762,8 +762,8 @@ rb_reg_casefold_p(VALUE re) * /foo/mix.options # => 7 * * Note that additional bits may be set in the returned integer; - * these are maintained internally internally in +self+, - * are ignored if passed to Regexp.new, and may be ignored by the caller: + * these are maintained internally in +self+, are ignored if passed + * to Regexp.new, and may be ignored by the caller: * * Returns the set of bits corresponding to the options used when * creating this regexp (see Regexp::new for details). Note that -- cgit v1.2.1