Skip to content

Commit

Permalink
fix(strings2): update line number in hint
Browse files Browse the repository at this point in the history
  • Loading branch information
ageorgou committed Nov 13, 2019
1 parent 8cc5af1 commit a09f684
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 @@ -214,7 +214,7 @@ mode = "compile"
hint = """
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
6, though, that will coerce the `String` into a string slice."""
9, though, that will coerce the `String` into a string slice."""

# TEST 2

Expand Down

0 comments on commit a09f684

Please sign in to comment.