mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
docs: fix typo
This commit is contained in:
parent
f8b4340fa2
commit
fa37a220f6
Notes:
git
2020-06-07 10:32:56 +09:00
1 changed files with 2 additions and 2 deletions
4
enum.c
4
enum.c
|
@ -3701,7 +3701,7 @@ slicewhen_i(RB_BLOCK_CALL_FUNC_ARGLIST(yielder, enumerator))
|
|||
* Creates an enumerator for each chunked elements.
|
||||
* The beginnings of chunks are defined by the block.
|
||||
*
|
||||
* This method split each chunk using adjacent elements,
|
||||
* This method splits each chunk using adjacent elements,
|
||||
* _elt_before_ and _elt_after_,
|
||||
* in the receiver enumerator.
|
||||
* This method split chunks between _elt_before_ and _elt_after_ where
|
||||
|
@ -3780,7 +3780,7 @@ enum_slice_when(VALUE enumerable)
|
|||
* Creates an enumerator for each chunked elements.
|
||||
* The beginnings of chunks are defined by the block.
|
||||
*
|
||||
* This method split each chunk using adjacent elements,
|
||||
* This method splits each chunk using adjacent elements,
|
||||
* _elt_before_ and _elt_after_,
|
||||
* in the receiver enumerator.
|
||||
* This method split chunks between _elt_before_ and _elt_after_ where
|
||||
|
|
Loading…
Add table
Reference in a new issue