We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5435b80 commit 55900c6Copy full SHA for 55900c6
exercises/strings/strings3.rs
@@ -4,7 +4,7 @@
4
// I AM NOT DONE
5
6
fn trim_me(input: &str) -> String {
7
- // TODO: Remove whitespace from the end of a string!
+ // TODO: Remove whitespace from both ends of a string!
8
???
9
}
10
0 commit comments