Skip to content

Commit 1febcd6

Browse files
authored
Fix typos in docstrings (JuliaLang#53986)
1 parent 821c608 commit 1febcd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/reduce.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ If the input contains [`missing`](@ref) values, return `missing` if all non-miss
11181118
values are `false` (or equivalently, if the input contains no `true` value), following
11191119
[three-valued logic](https://en.wikipedia.org/wiki/Three-valued_logic).
11201120
1121-
See also: [`all`](@ref), [`count`](@ref), [`sum`](@ref), [`|`](@ref), , [`||`](@ref).
1121+
See also: [`all`](@ref), [`count`](@ref), [`sum`](@ref), [`|`](@ref), [`||`](@ref).
11221122
11231123
# Examples
11241124
```jldoctest
@@ -1156,7 +1156,7 @@ If the input contains [`missing`](@ref) values, return `missing` if all non-miss
11561156
values are `true` (or equivalently, if the input contains no `false` value), following
11571157
[three-valued logic](https://en.wikipedia.org/wiki/Three-valued_logic).
11581158
1159-
See also: [`all!`](@ref), [`any`](@ref), [`count`](@ref), [`&`](@ref), , [`&&`](@ref), [`allunique`](@ref).
1159+
See also: [`all!`](@ref), [`any`](@ref), [`count`](@ref), [`&`](@ref), [`&&`](@ref), [`allunique`](@ref).
11601160
11611161
# Examples
11621162
```jldoctest

0 commit comments

Comments
 (0)