chore: tidied up unmatched backticks

This commit is contained in:
TK Buristrakul
2022-11-24 19:41:25 +00:00
parent a315f2fefb
commit db53dbc126
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
// traits2.rs
//
// Your task is to implement the trait
// `AppendBar' for a vector of strings.
// `AppendBar` for a vector of strings.
//
// To implement this trait, consider for
// a moment what it means to 'append "Bar"'