Merge pull request #1318 from kawaiiPlat/q2-minor-grammar

minor grammar tweak for quiz 2
This commit is contained in:
liv 2023-02-12 15:51:42 +01:00 committed by GitHub
commit b3de1b77bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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