Skip to content

Commit cbf9016

Browse files
authored
Merge pull request #1110 from clairew/fix/info-toml-typo
fix: remove extra " typo in info.toml
2 parents 6ac42c5 + a3a5fbe commit cbf9016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ path = "exercises/quiz3.rs"
746746
mode = "test"
747747
hint = """
748748
To find the best solution to this challenge you're going to need to think back to your
749-
knowledge of traits, specifically Trait Bound Syntax - you may also need this: "use std::fmt::Display;""""
749+
knowledge of traits, specifically Trait Bound Syntax - you may also need this: `use std::fmt::Display;`."""
750750

751751
# TESTS
752752

0 commit comments

Comments
 (0)