We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57984ae + 098ff22 commit 244ec8fCopy full SHA for 244ec8f
exercises/09_strings/strings3.rs
@@ -11,7 +11,7 @@ fn trim_me(input: &str) -> String {
11
}
12
13
fn compose_me(input: &str) -> String {
14
- // 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!
15
???
16
17
0 commit comments