diff options
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 |
