Skip to content

Commit 6f97eb8

Browse files
nsajkostevengj
authored andcommitted
xref UnionAll in the doc string of where (#56411)
1 parent cfbe5f2 commit 6f97eb8

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
@@ -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)