Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Aug 10, 2024
1 parent d4eb7b1 commit aa0829c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/take-a-number/.docs/hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

- This step doesn't require sending any messages as a response.
- A process will exit if it has no more code to execute.
- When you need to create an "empty" code block in Elixir, you can use `nil` as the only expression in that code block.
- When you need to create an "empty" code block in Elixir, you can use `nil` as the only expression in that code block.
- This is a base case of the recursive function.

## 5. Ignore unexpected messages
Expand Down

0 comments on commit aa0829c

Please sign in to comment.