diff options
author | Yudai Takada <[email protected]> | 2022-11-21 14:07:18 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-20 21:07:18 -0800 |
commit | 29e6d97517bbd4dcc540464c8473172232f3e228 (patch) | |
tree | 80716a0b7b7e8e6c96ceacf9ab1e7b2dcdc22c27 /array.c | |
parent | d8601621edcf29e3323b90dcf04b774edd9fb45e (diff) |
Fix typos (#6775)
* s/Innteger/Integer/
* s/diretory/directory/
* s/Bufer/Buffer/
* s/defalt/default/
* s/covearge/coverage/
Notes
Notes:
Merged-By: k0kubun <[email protected]>
Diffstat (limited to 'array.c')
-rw-r--r-- | array.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2086,7 +2086,7 @@ rb_ary_first(int argc, VALUE *argv, VALUE ary) * * If +self+ is empty, returns +nil+. * - * When non-negative \Innteger argument +n+ is given, + * When non-negative \Integer argument +n+ is given, * returns the last +n+ elements in a new \Array: * * a = [:foo, 'bar', 2] |