Skip to content

Commit

Permalink
Fixed small typo in map's docstring (JuliaLang#50173)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotas6 committed Jun 15, 2023
1 parent 9e43494 commit a595274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/abstractarray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3269,7 +3269,7 @@ mapany(f, itr) = Any[f(x) for x in itr]
map(f, c...) -> collection
Transform collection `c` by applying `f` to each element. For multiple collection arguments,
apply `f` elementwise, and stop when when any of them is exhausted.
apply `f` elementwise, and stop when any of them is exhausted.
See also [`map!`](@ref), [`foreach`](@ref), [`mapreduce`](@ref), [`mapslices`](@ref), [`zip`](@ref), [`Iterators.map`](@ref).
Expand Down

0 comments on commit a595274

Please sign in to comment.