Skip to content

Commit ccc67f0

Browse files
authored
Fix typo in Secrets introduction.md (#2846)
1 parent 7d61948 commit ccc67f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/secrets/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Otherwise, the result's bit is 0.
5757
#### Bitwise OR
5858

5959
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.
6161
If either bit is 1, the result's bit is 1.
6262
Otherwise, it is 0.
6363

0 commit comments

Comments
 (0)