Address feedback

This commit is contained in:
marisa
2019-11-11 17:47:45 +01:00
parent 48c35bcfbc
commit 1a7bb5a400
5 changed files with 7 additions and 13 deletions

View File

@@ -13,7 +13,7 @@
// type goes where the question marks are, and how do we return
// that type from the body of read_and_validate?
//
// Execute `rustlings hint errors4` for hints :)
// Execute `rustlings hint errorsn` for hints :)
// I AM NOT DONE

View File

@@ -1,5 +1,5 @@
// result1.rs
// Make this test pass! Execute `rustlings hint option2` for hints :)
// Make this test pass! Execute `rustlings hint result1` for hints :)
// I AM NOT DONE