diff options
| author | Claire Wang <cwang@strava.com> | 2022-07-25 17:54:09 -0700 |
|---|---|---|
| committer | Claire Wang <cwang@strava.com> | 2022-07-25 19:00:35 -0700 |
| commit | a3a5fbeddf7ad891514a7cf4d51a582efdedb0f1 (patch) | |
| tree | 50705e313c5c0dbd36667146f51121ae57b0df09 /info.toml | |
| parent | 39635598105264b8d60d5ad0c73d554a58dbf557 (diff) | |
fix: remove extra " typo in info.toml
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
