diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2023-08-29 19:40:52 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2023-08-29 19:40:52 +0900 |
| commit | 247fa3ca7666a5873a575ccfdb78c87753c2ad80 (patch) | |
| tree | a2b9d9c35eb30661261e78451533ac241511ac1d /array.c | |
| parent | e46e48d690cf543193418ef08725cdbe31688975 (diff) | |
[DOC] Remove typo
Diffstat (limited to 'array.c')
| -rw-r--r-- | array.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4310,7 +4310,7 @@ rb_ary_reject(VALUE ary) * a = [:foo, 'bar', 2] * a.delete_if # => #<Enumerator: [:foo, "bar", 2]:delete_if> * -3 */ + */ static VALUE rb_ary_delete_if(VALUE ary) |
