summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliv <mokou@fastmail.com>2023-09-04 13:58:05 +0200
committerGitHub <noreply@github.com>2023-09-04 13:58:05 +0200
commit4d9b68b377044fa4d0cf636440da22f18cf85c67 (patch)
treeca5c5d5e8c2dea4bbb4f6228ce8798dbc0d7d1e3
parenta8f49949356b2bb38e7d685366901b4629a830d2 (diff)
parent662e5bddd7faf7ba383d964ef3c6a2d33168e66c (diff)
Merge pull request #1598 from yamila-moreno/fix/hint-in-primitives-4
fix(primitives-4.rs): update hint so it's less confusing
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index 0aca022..1c16e80 100644
--- a/info.toml
+++ b/info.toml
@@ -217,7 +217,7 @@ mode = "test"
hint = """
Take a look at the Understanding Ownership -> Slices -> Other Slices section of the book:
https://doc.rust-lang.org/book/ch04-03-slices.html
-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
that you want to end up in the slice.
If you're curious why the first argument of `assert_eq!` does not