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 5888577 commit 038f9dbCopy full SHA for 038f9db
exercises/concept/secrets/.docs/instructions.md
@@ -46,7 +46,7 @@ Secrets.flipBits(0b1100, 0b0101);
46
47
## 4. Clear specific bits
48
49
-Lastly, there are also certain bits that always decrpyt to 0.
+Lastly, there are also certain bits that always decrypt to 0.
50
51
Implement the `Secrets.clearBits` method that takes a value and a mask.
52
The bits in the `value` should be set to 0 where the bit in the mask is 1.
0 commit comments