From 9b2bfc6d48e127c4aa8834ecf1d8aec0e04a7e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Raz=20Guzm=C3=A1n=20Macedo?= Date: Wed, 17 Jul 2024 05:02:41 -0600 Subject: [PATCH] Apply suggestions from code review typo fix --- exercise-book/src/simple-db-solution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercise-book/src/simple-db-solution.md b/exercise-book/src/simple-db-solution.md index 5ceb242..d4534b7 100644 --- a/exercise-book/src/simple-db-solution.md +++ b/exercise-book/src/simple-db-solution.md @@ -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.