diff options
| author | Augustin Gottlieb <33221555+aguspe@users.noreply.github.com> | 2025-12-18 01:34:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-18 09:34:32 +0900 |
| commit | cfa3e7cf75531a8c90b39bbd9b977f30315b12e7 (patch) | |
| tree | da7a49076a917828a1ac31908ab6724b55e4a156 /include/ruby/internal/symbol.h | |
| parent | 656de67d5c8cd894eeda0baa618663098dce17f2 (diff) | |
[DOC] Fix double-word typos in commentsv4.0.0-preview3
Found via `grep` for repeated words.
* set.c: Fix "or or"
* include/ruby/internal/symbol.h: Fix "is is"
* include/ruby/internal/ctype.h: Fix "in in"
Diffstat (limited to 'include/ruby/internal/symbol.h')
| -rw-r--r-- | include/ruby/internal/symbol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/symbol.h b/include/ruby/internal/symbol.h index 569bf215a2..858c5e290f 100644 --- a/include/ruby/internal/symbol.h +++ b/include/ruby/internal/symbol.h @@ -187,7 +187,7 @@ ID rb_check_id(volatile VALUE *namep); * * :FIXME: Can anyone tell us what is the difference between this one and * rb_intern_str()? As far as @shyouhei reads the implementation it seems what - * rb_to_id() does is is just waste some CPU time, then call rb_intern_str(). + * rb_to_id() does is just waste some CPU time, then call rb_intern_str(). * He hopes he is wrong. */ ID rb_to_id(VALUE str); |
