Skip to content

Commit 8c5d091

Browse files
authored
Merge pull request #1875 from hyphena/patch-1
chore: minor typo fix
2 parents 91df875 + 547f3ac commit 8c5d091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ starting and ending (plus one) indices of the items in the `Array` that you
248248
want to end up in the slice.
249249
250250
If you're curious why the first argument of `assert_eq!` does not have an
251-
ampersand for a reference since the second argument is areference, take a look
251+
ampersand for a reference since the second argument is a reference, take a look
252252
at the coercion chapter of the nomicon:
253253
https://doc.rust-lang.org/nomicon/coercions.html"""
254254

0 commit comments

Comments
 (0)