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 and stevengj committed Jan 2, 2025
1 parent cfbe5f2 commit 6f97eb8
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 6f97eb8

Please sign in to comment.