We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8f4994 + 662e5bd commit 4d9b68bCopy full SHA for 4d9b68b
info.toml
@@ -217,7 +217,7 @@ mode = "test"
217
hint = """
218
Take a look at the Understanding Ownership -> Slices -> Other Slices section of the book:
219
https://doc.rust-lang.org/book/ch04-03-slices.html
220
-and use the starting and ending indices of the items in the Array
+and use the starting and ending (plus one) indices of the items in the Array
221
that you want to end up in the slice.
222
223
If you're curious why the first argument of `assert_eq!` does not
0 commit comments