Skip to content

Commit a09f684

Browse files
committed
fix(strings2): update line number in hint
1 parent 8cc5af1 commit a09f684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ mode = "compile"
214214
hint = """
215215
Yes, it would be really easy to fix this by just changing the value bound to `word` to be a
216216
string slice instead of a `String`, wouldn't it?? There is a way to add one character to line
217-
6, though, that will coerce the `String` into a string slice."""
217+
9, though, that will coerce the `String` into a string slice."""
218218

219219
# TEST 2
220220

0 commit comments

Comments
 (0)