diff options
| author | TK Buristrakul <tkburis@gmail.com> | 2022-11-24 19:41:25 +0000 |
|---|---|---|
| committer | TK Buristrakul <tkburis@gmail.com> | 2022-11-24 19:41:25 +0000 |
| commit | db53dbc12615888ddd021025379fbab8e00e5067 (patch) | |
| tree | d2b0e6e2405c3481682bbc10c3d16a62e2a86fc6 /exercises/traits/traits2.rs | |
| parent | a315f2fefb963c2facfd80efe336b8be3b8f6bfa (diff) | |
chore: tidied up unmatched backticks
Diffstat (limited to 'exercises/traits/traits2.rs')
| -rw-r--r-- | exercises/traits/traits2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/traits/traits2.rs b/exercises/traits/traits2.rs index 99dc1cb..288b498 100644 --- a/exercises/traits/traits2.rs +++ b/exercises/traits/traits2.rs @@ -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"' |
