Skip to content

Commit a595274

Browse files
authored
Fixed small typo in map's docstring (#50173)
1 parent 9e43494 commit a595274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/abstractarray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3269,7 +3269,7 @@ mapany(f, itr) = Any[f(x) for x in itr]
32693269
map(f, c...) -> collection
32703270
32713271
Transform collection `c` by applying `f` to each element. For multiple collection arguments,
3272-
apply `f` elementwise, and stop when when any of them is exhausted.
3272+
apply `f` elementwise, and stop when any of them is exhausted.
32733273
32743274
See also [`map!`](@ref), [`foreach`](@ref), [`mapreduce`](@ref), [`mapslices`](@ref), [`zip`](@ref), [`Iterators.map`](@ref).
32753275

0 commit comments

Comments
 (0)