diff options
| author | Jarrod Sanders <50600614+kawaiiPlat@users.noreply.github.com> | 2023-01-03 09:22:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-03 09:22:52 -0500 |
| commit | 57834e9f8c4a005ba210b69932e62506ea12a998 (patch) | |
| tree | e513eac5b7217363e5a321a56dab8236de45b939 /exercises/quiz2.rs | |
| parent | 915a59e514a36c678d3e4f4b3b64d1fa71ffcfeb (diff) | |
Minor Grammar
Diffstat (limited to 'exercises/quiz2.rs')
| -rw-r--r-- | exercises/quiz2.rs | 2 |
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 |
