We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01343f1 commit c793416Copy full SHA for c793416
rustlings-macros/info.toml
@@ -585,7 +585,7 @@ https://doc.rust-lang.org/book/ch08-03-hash-maps.html#updating-a-value-based-on-
585
[[exercises]]
586
name = "quiz2"
587
dir = "quizzes"
588
-hint = "The `+` operator can concatinate a `String` with a `&str`."
+hint = "The `+` operator can concatenate a `String` with a `&str`."
589
590
# OPTIONS
591
@@ -750,7 +750,7 @@ hint = """
750
More about traits in The Book:
751
https://doc.rust-lang.org/book/ch10-02-traits.html
752
753
-The `+` operator can concatinate a `String` with a `&str`."""
+The `+` operator can concatenate a `String` with a `&str`."""
754
755
756
name = "traits2"
0 commit comments