diff options
| author | Steven Mann <sjmann91@gmail.com> | 2020-02-25 11:00:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-25 11:00:09 +0000 |
| commit | dc84aacc65392172164b728813449ecda8c3b6e6 (patch) | |
| tree | 984ba566b21286578011e330a8e2f50621eafbe2 /exercises | |
| parent | b559cdd73f32c0d0cfc1feda39f82b3e3583df17 (diff) | |
remove confusing comment wording
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/traits/traits2.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/traits/traits2.rs b/exercises/traits/traits2.rs index 84c35f7..7f5014d 100644 --- a/exercises/traits/traits2.rs +++ b/exercises/traits/traits2.rs @@ -8,7 +8,7 @@ // to a vector of strings. // // No boiler plate code this time, -// you can do this! Hints at the bottom. +// you can do this! // I AM NOT DONE @@ -32,4 +32,4 @@ mod tests { assert_eq!(foo.pop().unwrap(), String::from("Foo")); } -}
\ No newline at end of file +} |
