summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliv <mokou@fastmail.com>2023-02-12 15:51:42 +0100
committerGitHub <noreply@github.com>2023-02-12 15:51:42 +0100
commitb3de1b77bff5198ca53c9bbcd6b9b5289e813933 (patch)
tree51b15f37dfd880f04b78bfbf29a996ca469c6fb4
parent957522a4926afafd2ea577791d1f21d8532b1bca (diff)
parent57834e9f8c4a005ba210b69932e62506ea12a998 (diff)
Merge pull request #1318 from kawaiiPlat/q2-minor-grammar
minor grammar tweak for quiz 2
-rw-r--r--exercises/quiz2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/quiz2.rs b/exercises/quiz2.rs
index 715788b..5c42dae 100644
--- a/exercises/quiz2.rs
+++ b/exercises/quiz2.rs
@@ -6,7 +6,7 @@
// - Modules
// - Enums
-// Let's build a little machine in form of a function.
+// Let's build a little machine in the form of a function.
// As input, we're going to give a list of strings and commands. These commands
// determine what action is going to be applied to the string. It can either be:
// - Uppercase the string