Skip to content

Commit 8924e6f

Browse files
authored
xref UnionAll in the doc string of where (#56411)
1 parent 0e7b621 commit 8924e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/docs/basedocs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ kw"new"
15151515
"""
15161516
where
15171517
1518-
The `where` keyword creates a type that is an iterated union of other types, over all
1518+
The `where` keyword creates a [`UnionAll`](@ref) type, which may be thought of as an iterated union of other types, over all
15191519
values of some variable. For example `Vector{T} where T<:Real` includes all [`Vector`](@ref)s
15201520
where the element type is some kind of `Real` number.
15211521

0 commit comments

Comments
 (0)