Skip to content

Commit 1c87f69

Browse files
non-Jedifredrikekre
authored andcommitted
Add cross-references between something/coalesce (#34086)
1 parent c0d4a65 commit 1c87f69

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

base/missing.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,8 @@ end
387387
Return the first value in the arguments which is not equal to [`missing`](@ref),
388388
if any. Otherwise return `missing`.
389389
390+
See also [`something`](@ref).
391+
390392
# Examples
391393
392394
```jldoctest

base/some.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Return the first value in the arguments which is not equal to [`nothing`](@ref),
7272
if any. Otherwise throw an error.
7373
Arguments of type [`Some`](@ref) are unwrapped.
7474
75+
See also [`coalesce`](@ref).
76+
7577
# Examples
7678
```jldoctest
7779
julia> something(nothing, 1)

0 commit comments

Comments
 (0)