Skip to content

Commit 038f9db

Browse files
authored
Fixing typo in the 'Secrets' exercise instructions.md file (#2720)
"decrpyt" -> "decrypt"
1 parent 5888577 commit 038f9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/secrets/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Secrets.flipBits(0b1100, 0b0101);
4646

4747
## 4. Clear specific bits
4848

49-
Lastly, there are also certain bits that always decrpyt to 0.
49+
Lastly, there are also certain bits that always decrypt to 0.
5050

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

0 commit comments

Comments
 (0)