1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-23 00:28:46 +02:00

fix: make strings3.rs comment wording more clear

fixes #1063
This commit is contained in:
wojexe
2022-07-16 17:28:13 +02:00
committed by GitHub
parent 5435b80841
commit 55900c65cb

View File

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