We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d61948 commit ccc67f0Copy full SHA for ccc67f0
exercises/concept/secrets/.docs/introduction.md
@@ -57,7 +57,7 @@ Otherwise, the result's bit is 0.
57
#### Bitwise OR
58
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.
+It compares each bit from the first value with the bit in the same position from the second value.
61
If either bit is 1, the result's bit is 1.
62
Otherwise, it is 0.
63
0 commit comments