Skip to content

Commit

Permalink
Removed unnecessary word operator_precedence.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
erikweibust authored Nov 21, 2024
1 parent e535ee1 commit 5a56e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boolean/operator_precedence.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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
addition and subtraction.

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

0 comments on commit 5a56e14

Please sign in to comment.