[DOC] Fix typo in Enumerable#slice_before
This commit is contained in:
parent
18b96d8a82
commit
f982a26374
Notes:
git
2022-10-19 00:15:09 +00:00
2
enum.c
2
enum.c
@ -3834,7 +3834,7 @@ slicebefore_i(RB_BLOCK_CALL_FUNC_ARGLIST(yielder, enumerator))
|
||||
/*
|
||||
* call-seq:
|
||||
* slice_before(pattern) -> enumerator
|
||||
* slice_before {|array| ... } -> enumerator
|
||||
* slice_before {|elt| ... } -> enumerator
|
||||
*
|
||||
* With argument +pattern+, returns an enumerator that uses the pattern
|
||||
* to partition elements into arrays ("slices").
|
||||
|
Loading…
x
Reference in New Issue
Block a user