1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-10 12:36:09 +02:00

chore: fix a minor typo

This commit is contained in:
Ahmed 2023-12-04 22:35:53 +02:00
parent 88b583f2bb
commit 098ff228d7

View File

@ -11,7 +11,7 @@ fn trim_me(input: &str) -> String {
}
fn compose_me(input: &str) -> String {
// TODO: Add " world!" to the string! There's multiple ways to do this!
// TODO: Add " world!" to the string! There are multiple ways to do this!
???
}