diff options
| author | wojexe <21208490+wojexe@users.noreply.github.com> | 2022-07-16 17:28:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-16 17:28:13 +0200 |
| commit | 55900c65cbcd88a8458ea5ba29e06c1897f344d5 (patch) | |
| tree | 13b16406ac3b1b9726d80c32f6ef85598077d62d /exercises/strings | |
| parent | 5435b8084177941c8cf86e17a8fccaf1cef359a4 (diff) | |
fix: make strings3.rs comment wording more clear
fixes #1063
Diffstat (limited to 'exercises/strings')
| -rw-r--r-- | exercises/strings/strings3.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/strings/strings3.rs b/exercises/strings/strings3.rs index 9e25d30..e2353ae 100644 --- a/exercises/strings/strings3.rs +++ b/exercises/strings/strings3.rs @@ -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! ??? } |
