Skip to content

Commit 5b83838

Browse files
nsajkoKristofferC
authored and
KristofferC
committed
xref UnionAll in the doc string of where (#56411)
(cherry picked from commit 8924e6f)
1 parent 790081c commit 5b83838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/docs/basedocs.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ kw"new"
14601460
"""
14611461
where
14621462
1463-
The `where` keyword creates a type that is an iterated union of other types, over all
1463+
The `where` keyword creates a [`UnionAll`](@ref) type, which may be thought of as an iterated union of other types, over all
14641464
values of some variable. For example `Vector{T} where T<:Real` includes all [`Vector`](@ref)s
14651465
where the element type is some kind of `Real` number.
14661466

0 commit comments

Comments
 (0)