summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-08 16:50:35 +0200
committermo8it <mo8it@proton.me>2024-07-08 16:50:35 +0200
commitc793416495b3e015cbd4fb5ea23070aad8611614 (patch)
tree24364cf8e4b67b1247d7ca53cb3d08728205767a
parent01343f187b0541ab2e210f831c56ef9103ce8c60 (diff)
Fix typo
-rw-r--r--rustlings-macros/info.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 846b786..a3007c9 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -585,7 +585,7 @@ https://doc.rust-lang.org/book/ch08-03-hash-maps.html#updating-a-value-based-on-
[[exercises]]
name = "quiz2"
dir = "quizzes"
-hint = "The `+` operator can concatinate a `String` with a `&str`."
+hint = "The `+` operator can concatenate a `String` with a `&str`."
# OPTIONS
@@ -750,7 +750,7 @@ hint = """
More about traits in The Book:
https://doc.rust-lang.org/book/ch10-02-traits.html
-The `+` operator can concatinate a `String` with a `&str`."""
+The `+` operator can concatenate a `String` with a `&str`."""
[[exercises]]
name = "traits2"