Skip to content

Commit b3de1b7

Browse files
authored
Merge pull request #1318 from kawaiiPlat/q2-minor-grammar
minor grammar tweak for quiz 2
2 parents 957522a + 57834e9 commit b3de1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/quiz2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// - Modules
77
// - Enums
88

9-
// Let's build a little machine in form of a function.
9+
// Let's build a little machine in the form of a function.
1010
// As input, we're going to give a list of strings and commands. These commands
1111
// determine what action is going to be applied to the string. It can either be:
1212
// - Uppercase the string

0 commit comments

Comments
 (0)