Skip to content

Commit

Permalink
Fix typo in Secrets introduction.md (#2846)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyhewitt authored Oct 31, 2024
1 parent 7d61948 commit ccc67f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/secrets/.docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Otherwise, the result's bit is 0.
#### Bitwise OR

The bitwise OR (`|`) operator takes two values and performs an OR on each bit.
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.
If either bit is 1, the result's bit is 1.
Otherwise, it is 0.

Expand Down

0 comments on commit ccc67f0

Please sign in to comment.