Skip to content

Commit d0e19ae

Browse files
authored
Removed unnecessary word operator_precedence.md (#60)
The word "is" was not needed or left over after an edit. Either way, I have removed it and the sentence reads better / more correctly.
1 parent e535ee1 commit d0e19ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boolean/operator_precedence.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The operators that work on booleans have a "precedence order."
44

5-
This is defines an order of operations similar to mathematics, where multiplication and division happen before
5+
This defines an order of operations similar to mathematics, where multiplication and division happen before
66
addition and subtraction.
77

88
For booleans `!` always happens first. This is followed by `&&` and then by `||`.

0 commit comments

Comments
 (0)