1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-13 01:26:09 +02:00

chore: minor typo fix

This commit is contained in:
luna 2024-03-07 18:31:33 -05:00 committed by GitHub
parent 8d0aa11a35
commit 547f3ac835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
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:
https://doc.rust-lang.org/nomicon/coercions.html"""