Skip to content

Commit 9172a5b

Browse files
committed
Align section references with Rust Book section names
1 parent b18a8c3 commit 9172a5b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

rustlings-macros/info.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,10 @@ for `a.len() >= 100`?"""
265265
name = "primitive_types4"
266266
dir = "04_primitive_types"
267267
hint = """
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
273273
If you're curious why the first argument of `assert_eq!` does not have an
274274
ampersand for a reference since the second argument is a reference, take a look

0 commit comments

Comments
 (0)