Skip to content

Commit 179202a

Browse files
authored
Merge pull request #1064 from wojexe/patch-1
fix: make strings3.rs comment wording more clear
2 parents 5435b80 + 55900c6 commit 179202a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/strings/strings3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// I AM NOT DONE
55

66
fn trim_me(input: &str) -> String {
7-
// TODO: Remove whitespace from the end of a string!
7+
// TODO: Remove whitespace from both ends of a string!
88
???
99
}
1010

0 commit comments

Comments
 (0)