Skip to content

Commit b4efd4e

Browse files
committed
xref UnionAll in the doc string of where
1 parent 706a4f6 commit b4efd4e

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
@@ -1497,7 +1497,7 @@ kw"new"
14971497
"""
14981498
where
14991499
1500-
The `where` keyword creates a type that is an iterated union of other types, over all
1500+
The `where` keyword creates a [`UnionAll`](@ref) type, which may be thought of as an iterated union of other types, over all
15011501
values of some variable. For example `Vector{T} where T<:Real` includes all [`Vector`](@ref)s
15021502
where the element type is some kind of `Real` number.
15031503

0 commit comments

Comments
 (0)