mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-25 23:04:17 -05:00
chore: fix missing space in the hint for errorsn.rs
This commit is contained in:
parent
630ff0e00b
commit
32721bbc83
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ mode = "test"
|
|||
hint = """
|
||||
First hint: To figure out what type should go where the ??? is, take a look
|
||||
at the test helper function `test_with_str`, since it returns whatever
|
||||
`read_and_validate` returns and`test_with_str` has its signature fully
|
||||
`read_and_validate` returns and `test_with_str` has its signature fully
|
||||
specified.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue