summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorTK Buristrakul <tkburis@gmail.com>2022-11-24 19:41:25 +0000
committerTK Buristrakul <tkburis@gmail.com>2022-11-24 19:41:25 +0000
commitdb53dbc12615888ddd021025379fbab8e00e5067 (patch)
treed2b0e6e2405c3481682bbc10c3d16a62e2a86fc6 /info.toml
parenta315f2fefb963c2facfd80efe336b8be3b8f6bfa (diff)
chore: tidied up unmatched backticks
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index df3820d..4b87819 100644
--- a/info.toml
+++ b/info.toml
@@ -695,7 +695,7 @@ name = "traits2"
path = "exercises/traits/traits2.rs"
mode = "test"
hint = """
-Notice how the trait takes ownership of 'self',and returns `Self'.
+Notice how the trait takes ownership of 'self',and returns `Self`.
Try mutating the incoming string vector. Have a look at the tests to see
what the result should look like!