We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e535ee1 commit d0e19aeCopy full SHA for d0e19ae
src/boolean/operator_precedence.md
@@ -2,7 +2,7 @@
2
3
The operators that work on booleans have a "precedence order."
4
5
-This is defines an order of operations similar to mathematics, where multiplication and division happen before
+This defines an order of operations similar to mathematics, where multiplication and division happen before
6
addition and subtraction.
7
8
For booleans `!` always happens first. This is followed by `&&` and then by `||`.
0 commit comments