Skip to content

Commit

Permalink
fix: make strings3.rs comment wording more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
wojexe authored Jul 16, 2022
1 parent 5435b80 commit 55900c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/strings/strings3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// I AM NOT DONE

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

Expand Down

0 comments on commit 55900c6

Please sign in to comment.