Skip to content

Commit

Permalink
Merge pull request rust-lang#1110 from clairew/fix/info-toml-typo
Browse files Browse the repository at this point in the history
fix: remove extra " typo in info.toml
  • Loading branch information
shadows-withal authored Aug 3, 2022
2 parents 6ac42c5 + a3a5fbe commit cbf9016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ path = "exercises/quiz3.rs"
mode = "test"
hint = """
To find the best solution to this challenge you're going to need to think back to your
knowledge of traits, specifically Trait Bound Syntax - you may also need this: "use std::fmt::Display;""""
knowledge of traits, specifically Trait Bound Syntax - you may also need this: `use std::fmt::Display;`."""

# TESTS

Expand Down

0 comments on commit cbf9016

Please sign in to comment.