Skip to content

Commit 2f3f27e

Browse files
nsajkoKristofferC
authored and
KristofferC
committed
xref UnionAll in the doc string of where (#56411)
(cherry picked from commit 8924e6f)
1 parent 2872bc3 commit 2f3f27e

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
@@ -1441,7 +1441,7 @@ kw"new"
14411441
"""
14421442
where
14431443
1444-
The `where` keyword creates a type that is an iterated union of other types, over all
1444+
The `where` keyword creates a [`UnionAll`](@ref) type, which may be thought of as an iterated union of other types, over all
14451445
values of some variable. For example `Vector{T} where T<:Real` includes all [`Vector`](@ref)s
14461446
where the element type is some kind of `Real` number.
14471447

0 commit comments

Comments
 (0)