Skip to content

Commit c793416

Browse files
committed
Fix typo
1 parent 01343f1 commit c793416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rustlings-macros/info.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ https://doc.rust-lang.org/book/ch08-03-hash-maps.html#updating-a-value-based-on-
585585
[[exercises]]
586586
name = "quiz2"
587587
dir = "quizzes"
588-
hint = "The `+` operator can concatinate a `String` with a `&str`."
588+
hint = "The `+` operator can concatenate a `String` with a `&str`."
589589

590590
# OPTIONS
591591

@@ -750,7 +750,7 @@ hint = """
750750
More about traits in The Book:
751751
https://doc.rust-lang.org/book/ch10-02-traits.html
752752
753-
The `+` operator can concatinate a `String` with a `&str`."""
753+
The `+` operator can concatenate a `String` with a `&str`."""
754754

755755
[[exercises]]
756756
name = "traits2"

0 commit comments

Comments
 (0)