We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
first
last
1 parent f2b992a commit 67e42ffCopy full SHA for 67e42ff
base/abstractarray.jl
@@ -391,7 +391,7 @@ end
391
"""
392
first(itr, n::Integer)
393
394
-Get the first `n` elements of the iterable collection `itr`, or fewer elements if `v` is not
+Get the first `n` elements of the iterable collection `itr`, or fewer elements if `itr` is not
395
long enough.
396
397
!!! compat "Julia 1.6"
@@ -439,7 +439,7 @@ last(a) = a[end]
439
440
last(itr, n::Integer)
441
442
-Get the last `n` elements of the iterable collection `itr`, or fewer elements if `v` is not
+Get the last `n` elements of the iterable collection `itr`, or fewer elements if `itr` is not
443
444
445
0 commit comments