Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #5161 from dearblue/ary-splice
Browse files Browse the repository at this point in the history
Fix documents for `mrb_ary_splice()` [ci skip]
  • Loading branch information
matz committed Nov 21, 2020
2 parents c6c18c3 + 3ac6c3f commit 55e1275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/mruby/array.h
Expand Up @@ -249,10 +249,10 @@ MRB_API mrb_value mrb_ary_entry(mrb_value ary, mrb_int offset);
*
* Equivalent to:
*
* ary.shift
* ary[head, len] = rpl
*
* @param mrb The mruby state reference.
* @param self The array from which the value will be shifted.
* @param self The array from which the value will be partiality replaced.
* @param head Beginning position of a replacement subsequence.
* @param len Length of a replacement subsequence.
* @param rpl The array of replacement elements.
Expand Down

0 comments on commit 55e1275

Please sign in to comment.