From 6cf75d569bd0dd33a041e37c59cb75d28664bd7b Mon Sep 17 00:00:00 2001 From: mo8it Date: Tue, 2 Jul 2024 14:28:08 +0200 Subject: Fix typos --- exercises/15_traits/traits2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises/15_traits/traits2.rs') 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. -- cgit v1.2.3