We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8057ac0 commit ade786fCopy full SHA for ade786f
05-adverbs.md
@@ -262,7 +262,7 @@ last result of scan anyway.
262
**Description:** The length of `arrays` and the argument count of `n-ad` must
263
be the same.
264
- Do the following steps `x` times:
265
-- Take the last `x` elements of `arrays`, call this `last`
+- Take the last `n` elements of `arrays`, call this `last`
266
- Add the result of `f.last` to the end of `arrays`
267
- Return the first `x+1` elements of `arrays`.
268
0 commit comments