Skip to content

Commit fd41e28

Browse files
Fix typo
1 parent 24f0a46 commit fd41e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercise-book/src/simple-db-solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Note that both functions will take either a string slice, or a character, or wil
5555

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

58-
8. Otherwise, it's return an unknown command error.
58+
8. Otherwise, return an unknown command error.
5959

6060
</details>
6161

0 commit comments

Comments
 (0)