Skip to content

Commit

Permalink
xref UnionAll in the doc string of where (#56411)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8924e6f)
  • Loading branch information
nsajko authored and KristofferC committed Jan 2, 2025
1 parent 2872bc3 commit 2f3f27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/docs/basedocs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ kw"new"
"""
where
The `where` keyword creates a type that is an iterated union of other types, over all
The `where` keyword creates a [`UnionAll`](@ref) type, which may be thought of as an iterated union of other types, over all
values of some variable. For example `Vector{T} where T<:Real` includes all [`Vector`](@ref)s
where the element type is some kind of `Real` number.
Expand Down

0 comments on commit 2f3f27e

Please sign in to comment.