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
  • Loading branch information
nsajko authored Dec 15, 2024
1 parent 0e7b621 commit 8924e6f
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 @@ -1515,7 +1515,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 8924e6f

Please sign in to comment.