mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-16 12:12:54 +00:00
chore: minor typo fix
This commit is contained in:
parent
8d0aa11a35
commit
547f3ac835
@ -248,7 +248,7 @@ starting and ending (plus one) indices of the items in the `Array` that you
|
|||||||
want to end up in the slice.
|
want to end up in the slice.
|
||||||
|
|
||||||
If you're curious why the first argument of `assert_eq!` does not have an
|
If you're curious why the first argument of `assert_eq!` does not have an
|
||||||
ampersand for a reference since the second argument is areference, take a look
|
ampersand for a reference since the second argument is a reference, take a look
|
||||||
at the coercion chapter of the nomicon:
|
at the coercion chapter of the nomicon:
|
||||||
https://doc.rust-lang.org/nomicon/coercions.html"""
|
https://doc.rust-lang.org/nomicon/coercions.html"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user