1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-07-03 00:46:57 +02:00

Merge pull request #1064 from wojexe/patch-1

fix: make strings3.rs comment wording more clear
This commit is contained in:
liv
2022-07-16 18:27:26 +02:00
committed by GitHub

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