Merge pull request #44 from Zajn/zajn/update-hint-text

Update hint to reflect new variable binding name
This commit is contained in:
Carol (Nichols || Goulding) 2016-05-31 14:10:12 -04:00
commit 72ec3211a0
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ fn is_a_color_word(attempt: &str) -> bool {
// Yes, it would be really easy to fix this by just changing the value bound to `guess1` to be a
// Yes, it would be really easy to fix this by just changing the value bound to `word` to be a
// string slice instead of a `String`, wouldn't it?? There is a way to add one character to line
// 5, though, that will coerce the `String` into a string slice.