summaryrefslogtreecommitdiff
path: root/exercises/quiz2.rs
diff options
context:
space:
mode:
authorJarrod Sanders <50600614+kawaiiPlat@users.noreply.github.com>2023-01-03 09:22:52 -0500
committerGitHub <noreply@github.com>2023-01-03 09:22:52 -0500
commit57834e9f8c4a005ba210b69932e62506ea12a998 (patch)
treee513eac5b7217363e5a321a56dab8236de45b939 /exercises/quiz2.rs
parent915a59e514a36c678d3e4f4b3b64d1fa71ffcfeb (diff)
Minor Grammar
Diffstat (limited to 'exercises/quiz2.rs')
-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