We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af832ca commit 9f2a370Copy full SHA for 9f2a370
src/boolean/operator_precedence.md
@@ -9,7 +9,7 @@ For booleans `!` always happens first. This is followed by `&&` and then by `||`
9
10
```java,no_run
11
boolean a = true;
12
-boolean b = false
+boolean b = false;
13
boolean c = false;
14
15
// just as 2 + 5 * 3 "evaluates" 5 * 3 before adding 2
0 commit comments