Skip to content

Commit 098ff22

Browse files
committed
chore: fix a minor typo
1 parent 88b583f commit 098ff22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/09_strings/strings3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fn trim_me(input: &str) -> String {
1111
}
1212

1313
fn compose_me(input: &str) -> String {
14-
// TODO: Add " world!" to the string! There's multiple ways to do this!
14+
// TODO: Add " world!" to the string! There are multiple ways to do this!
1515
???
1616
}
1717

0 commit comments

Comments
 (0)