Fix typos

This commit is contained in:
mo8it
2024-07-02 14:28:08 +02:00
parent 67ce9b9e56
commit 6cf75d569b
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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.