File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
concepts/bit-manipulation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Otherwise, the result's bit is 0.
57
57
### Bitwise OR
58
58
59
59
The bitwise OR (` | ` ) operator takes two values and performs an OR on each bit.
60
- It compares each bit from the first value with the bit in thes same position from the second value.
60
+ It compares each bit from the first value with the bit in the same position from the second value.
61
61
If either bit is 1, the result's bit is 1.
62
62
Otherwise, it is 0.
63
63
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Otherwise, the result's bit is 0.
55
55
### Bitwise OR
56
56
57
57
The bitwise OR (` | ` ) operator takes two values and performs an OR on each bit.
58
- It compares each bit from the first value with the bit in thes same position from the second value.
58
+ It compares each bit from the first value with the bit in the same position from the second value.
59
59
If either bit is 1, the result's bit is 1.
60
60
Otherwise, it is 0.
61
61
You can’t perform that action at this time.
0 commit comments