Skip to content

Commit

Permalink
xref UnionAll in the doc string of where
Browse files Browse the repository at this point in the history
  • Loading branch information
nsajko committed Dec 3, 2024
1 parent 2590e67 commit 60d94d6
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 60d94d6

Please sign in to comment.