Skip to content

Commit 662e5bd

Browse files
committed
fix(primitives-4.rs): update hint so it's less confusing
1 parent b949422 commit 662e5bd

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

0 commit comments

Comments
 (0)