Skip to content

Commit

Permalink
Fix typos in docstrings (JuliaLang#53986)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanceXwq committed Apr 7, 2024
1 parent 821c608 commit 1febcd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/reduce.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ If the input contains [`missing`](@ref) values, return `missing` if all non-miss
values are `false` (or equivalently, if the input contains no `true` value), following
[three-valued logic](https://en.wikipedia.org/wiki/Three-valued_logic).
See also: [`all`](@ref), [`count`](@ref), [`sum`](@ref), [`|`](@ref), , [`||`](@ref).
See also: [`all`](@ref), [`count`](@ref), [`sum`](@ref), [`|`](@ref), [`||`](@ref).
# Examples
```jldoctest
Expand Down Expand Up @@ -1156,7 +1156,7 @@ If the input contains [`missing`](@ref) values, return `missing` if all non-miss
values are `true` (or equivalently, if the input contains no `false` value), following
[three-valued logic](https://en.wikipedia.org/wiki/Three-valued_logic).
See also: [`all!`](@ref), [`any`](@ref), [`count`](@ref), [`&`](@ref), , [`&&`](@ref), [`allunique`](@ref).
See also: [`all!`](@ref), [`any`](@ref), [`count`](@ref), [`&`](@ref), [`&&`](@ref), [`allunique`](@ref).
# Examples
```jldoctest
Expand Down

0 comments on commit 1febcd6

Please sign in to comment.