diff options
| author | mo8it <mo8it@proton.me> | 2024-07-02 14:28:08 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-02 14:28:08 +0200 |
| commit | 6cf75d569bd0dd33a041e37c59cb75d28664bd7b (patch) | |
| tree | 8cc7805f33006d11e5ff57604c2cb9b666249574 /exercises/15_traits/traits2.rs | |
| parent | 67ce9b9e56b1d9e8b8b50b9b48c7eebd80b9ec8f (diff) | |
Fix typos
Diffstat (limited to 'exercises/15_traits/traits2.rs')
| -rw-r--r-- | exercises/15_traits/traits2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/15_traits/traits2.rs b/exercises/15_traits/traits2.rs index e904016..d724dc2 100644 --- a/exercises/15_traits/traits2.rs +++ b/exercises/15_traits/traits2.rs @@ -3,7 +3,7 @@ trait AppendBar { } // TODO: Implement the trait `AppendBar` for a vector of strings. -// `appned_bar` should push the string "Bar" into the vector. +// `append_bar` should push the string "Bar" into the vector. fn main() { // You can optionally experiment here. |
