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

@@ -2,7 +2,7 @@
// Time to implement some traits!
//
// Your task is to implement the trait
// `AppendBar' for the type `String'.
// `AppendBar` for the type `String`.
//
// The trait AppendBar has only one function,
// which appends "Bar" to any object