1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-22 13:21:30 +02:00

Minor Grammar

This commit is contained in:
Jarrod Sanders 2023-01-03 09:22:52 -05:00 committed by GitHub
parent 915a59e514
commit 57834e9f8c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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