diff options
| author | luna <26529488+hyphena@users.noreply.github.com> | 2024-03-07 18:31:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-07 18:31:33 -0500 |
| commit | 547f3ac835bb6cf0db654c528d31bce361d01381 (patch) | |
| tree | 5ce6d20a578167dd9926e3d417ebfd8e8e440ab9 /info.toml | |
| parent | 8d0aa11a35f822d044e6be89dc42840e0aea8858 (diff) | |
chore: minor typo fix
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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""" |
