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/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Secrets.flipBits(0b1100, 0b0101);

## 4. Clear specific bits

Lastly, there are also certain bits that always decrpyt to 0.
Lastly, there are also certain bits that always decrypt to 0.

Implement the `Secrets.clearBits` method that takes a value and a mask.
The bits in the `value` should be set to 0 where the bit in the mask is 1.
Expand Down