Skip to content

Commit 74ee7dd

Browse files
authored
Remove obsolete operators || and &&
1 parent da053ac commit 74ee7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Operations are evaluated in the following order (from highest precedence to lowe
5050
- Bitwise and (`bit-and`)
5151
- Bitwise xor (`bit-xor`)
5252
- Bitwise or (`bit-or`)
53-
- Logical and (`&&`, `and`)
53+
- Logical and (`and`)
5454
- Logical xor (`xor`)
55-
- Logical or (`||`, `or`)
55+
- Logical or (`or`)
5656
- Assignment operations
5757

5858
```

0 commit comments

Comments
 (0)