Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
miguelraz committed Jul 17, 2024
1 parent 15050d3 commit 9b2bfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercise-book/src/simple-db-solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Note that both functions will take either a string slice, or a character, or wil

7. Check if the remainder is `"RETRIEVE"` - if so, return `Ok(Command::Retrieve)`

8. Otherwise, it's return an unknown command error.
8. Otherwise, return an unknown command error.

</details>

Expand Down

0 comments on commit 9b2bfc6

Please sign in to comment.