We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675f93f commit c27b9c0Copy full SHA for c27b9c0
doc/src/manual/mathematical-operations.md
@@ -69,7 +69,7 @@ The following [Boolean operators](https://en.wikipedia.org/wiki/Boolean_algebra#
69
| `x && y` | [short-circuiting and](@ref man-conditional-evaluation) |
70
| `x \|\| y` | [short-circuiting or](@ref man-conditional-evaluation) |
71
72
-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.
73
74
Note that `Bool` is an integer type and all the usual promotion rules and numeric operators are also defined on it.
75
0 commit comments