Skip to content

Commit

Permalink
Fix spelling error, a missing r (JuliaLang#41443)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffzahn committed Jul 2, 2021
1 parent 5c49a0d commit 4270d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/mathematical-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The following [Boolean operators](https://en.wikipedia.org/wiki/Boolean_algebra#
| `x && y` | [short-circuiting and](@ref man-conditional-evaluation) |
| `x \|\| y` | [short-circuiting or](@ref man-conditional-evaluation) |

Negation changes `true` to `false` and vice versa. The short-circuiting opeations are explained on the linked page.
Negation changes `true` to `false` and vice versa. The short-circuiting operations are explained on the linked page.

Note that `Bool` is an integer type and all the usual promotion rules and numeric operators are also defined on it.

Expand Down

0 comments on commit 4270d3b

Please sign in to comment.