summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorYamila Moreno <yamila.ms@gmail.com>2023-07-17 15:58:29 +0200
committerYamila Moreno <yamila.ms@gmail.com>2023-07-17 15:58:29 +0200
commit662e5bddd7faf7ba383d964ef3c6a2d33168e66c (patch)
treec64e1256bef6d37ad1e15c231381737ebe0358c1 /info.toml
parentb949422d46e7890c577de15ddc4703d9fbf1b3dc (diff)
fix(primitives-4.rs): update hint so it's less confusing
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index e8a28cb..f484ecd 100644
--- a/info.toml
+++ b/info.toml
@@ -216,7 +216,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