From 547f3ac835bb6cf0db654c528d31bce361d01381 Mon Sep 17 00:00:00 2001
From: luna <26529488+hyphena@users.noreply.github.com>
Date: Thu, 7 Mar 2024 18:31:33 -0500
Subject: [PATCH] chore: minor typo fix

---
 info.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/info.toml b/info.toml
index 887662ab..39eb33ed 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"""