Skip to content

Commit a3a5fbe

Browse files
author
Claire Wang
committed
fix: remove extra " typo in info.toml
1 parent 3963559 commit a3a5fbe

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)