Skip to content
Closed
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
4 changes: 2 additions & 2 deletions exercises/practice/secret-handshake/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Let's use the number `9` as an example:
That was the last digit, so the final code is:

```plaintext
wink, jump
wink,jump
```

Given the number 26, which is `11010` in binary, we get the following actions:
Expand All @@ -38,7 +38,7 @@ Given the number 26, which is `11010` in binary, we get the following actions:
The secret handshake for 26 is therefore:

```plaintext
jump, double blink
jump,double blink
```

~~~~exercism/note
Expand Down