Skip to content

Commit

Permalink
Fix typo: \nor is \barvee instead of \veebar (JuliaLang#43421)
Browse files Browse the repository at this point in the history
  • Loading branch information
fp4code authored and LilithHafner committed Mar 8, 2022
1 parent eebc7c5 commit 23aff73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/bool.jl
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Bitwise nor (not or) of `x` and `y`. Implements
returning [`missing`](@ref) if one of the arguments is `missing`.
The infix operation `a ⊽ b` is a synonym for `nor(a,b)`, and
`⊽` can be typed by tab-completing `\\nor` or `\\veebar` in the Julia REPL.
`⊽` can be typed by tab-completing `\\nor` or `\\barvee` in the Julia REPL.
# Examples
```jldoctest
Expand Down

0 comments on commit 23aff73

Please sign in to comment.