Skip to content

Commit

Permalink
Merge pull request rust-lang#1598 from yamila-moreno/fix/hint-in-prim…
Browse files Browse the repository at this point in the history
…itives-4

fix(primitives-4.rs): update hint so it's less confusing
  • Loading branch information
shadows-withal authored Sep 4, 2023
2 parents a8f4994 + 662e5bd commit 4d9b68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d9b68b

Please sign in to comment.