fix: make strings3.rs comment wording more clear

fixes #1063
pull/1064/head
wojexe 2 years ago committed by GitHub
parent 5435b80841
commit 55900c65cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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!
???
}

Loading…
Cancel
Save