Skip to content

Commit

Permalink
Merge pull request rust-lang#1064 from wojexe/patch-1
Browse files Browse the repository at this point in the history
fix: make strings3.rs comment wording more clear
  • Loading branch information
shadows-withal authored Jul 16, 2022
2 parents 5435b80 + 55900c6 commit 179202a
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 179202a

Please sign in to comment.