summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorliv <mokou@fastmail.com>2024-03-15 14:21:56 +0100
committerGitHub <noreply@github.com>2024-03-15 14:21:56 +0100
commit8c5d09151318d8d2da12005d9edc4a911a73e659 (patch)
tree486ce441fd7c30797da46366992c4fc73db0113e /info.toml
parent91df8758477640d14b83ef8fa0b52f3821b2a3bb (diff)
parent547f3ac835bb6cf0db654c528d31bce361d01381 (diff)
Merge pull request #1875 from hyphena/patch-1
chore: minor typo fix
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index aa4ed05..b1cd64c 100644
--- a/info.toml
+++ b/info.toml
@@ -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"""