Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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