aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2022-12-19 11:20:55 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2022-12-19 11:20:55 +0900
commit34d43ed9f5f8c4fb56913d176669b587a696dc94 (patch)
tree774cdb21eab7edc9af91ba60e7528244c5b42a77 /re.c
parent47a6e7b518bf5bebd293519ee89b77c06830f21d (diff)
downloadruby-34d43ed9f5f8c4fb56913d176669b587a696dc94.tar.gz
typo in doc [ci skip]
Diffstat (limited to 're.c')
-rw-r--r--re.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/re.c b/re.c
index cd0b96b9f9..f277327041 100644
--- a/re.c
+++ b/re.c
@@ -4210,7 +4210,7 @@ rb_reg_s_union_m(VALUE self, VALUE args)
* is guaranteed about the return value of this method. Our current algorithm
* is (*1) but this is subject to change in the future. Alternative
* implementations can also behave differently. They might always return
- * false of everything.
+ * false for everything.
*
* (*1): https://doi.org/10.1109/SP40001.2021.00032
*