Skip to content

Commit 5a3f1f1

Browse files
mattduerrmeierswaroopch
authored andcommitted
update : removed duplicated work
1 parent 2800a7f commit 5a3f1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op_exp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Here is a quick overview of the available operators:
6969
- `5 | 3` gives `7` (`0101 | 0011` gives `0111`)
7070

7171
- `^` (bit-wise XOR)
72-
- Bitwise XOR of the numbers: if both bits (`1 or 0`) are the the same, the result is `0`. Else it's `1`.
72+
- Bitwise XOR of the numbers: if both bits (`1 or 0`) are the same, the result is `0`. Else it's `1`.
7373
- `5 ^ 3` gives `6` (`O101 ^ 0011` gives `0110`)
7474

7575
- `~` (bit-wise invert)

0 commit comments

Comments
 (0)