Skip to content

Commit 4d9b68b

Browse files
authored
Merge pull request #1598 from yamila-moreno/fix/hint-in-primitives-4
fix(primitives-4.rs): update hint so it's less confusing
2 parents a8f4994 + 662e5bd commit 4d9b68b

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
@@ -217,7 +217,7 @@ mode = "test"
217217
hint = """
218218
Take a look at the Understanding Ownership -> Slices -> Other Slices section of the book:
219219
https://doc.rust-lang.org/book/ch04-03-slices.html
220-
and use the starting and ending indices of the items in the Array
220+
and use the starting and ending (plus one) indices of the items in the Array
221221
that you want to end up in the slice.
222222
223223
If you're curious why the first argument of `assert_eq!` does not

0 commit comments

Comments
 (0)