File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -265,10 +265,10 @@ for `a.len() >= 100`?"""
265265name = " primitive_types4"
266266dir = " 04_primitive_types"
267267hint = """
268- Take a look at the 'Understanding Ownership -> Slices -> Other Slices' section
269- of the book: https://doc.rust-lang.org/book/ch04-03-slices.html and use the
270- starting and ending (plus one) indices of the items in the array that you want
271- to end up in the slice.
268+ Take a look at the 'Understanding Ownership -> The Slice Type -> Other Slices'
269+ section of the book: https://doc.rust-lang.org/book/ch04-03-slices.html and use
270+ the starting and ending (plus one) indices of the items in the array that you
271+ want to end up in the slice.
272272
273273If you're curious why the first argument of `assert_eq!` does not have an
274274ampersand for a reference since the second argument is a reference, take a look
You can’t perform that action at this time.
0 commit comments