Skip to content

Commit

Permalink
Fix splat doc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Seelengrab committed Nov 14, 2021
1 parent d4e3e34 commit b114413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/iterators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ the `zip` iterator is a tuple of values of its subiterators.
`zip` orders the calls to its subiterators in such a way that stateful iterators will
not advance when another iterator finishes in the current iteration.
See also: [`enumerate`](@ref), [`splat`](@ref Base.splat).
See also: [`enumerate`](@ref), [`Splat`](@ref Base.Splat).
# Examples
```jldoctest
Expand Down
2 changes: 1 addition & 1 deletion doc/src/base/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ new
Base.:(|>)
Base.:(∘)
Base.ComposedFunction
Base.splat
Base.Splat
Base.Fix1
Base.Fix2
```
Expand Down

0 comments on commit b114413

Please sign in to comment.