diff --git a/library/alloc/src/vec/mod.rs b/library/alloc/src/vec/mod.rs index 91535e9b527b..df449ca68032 100644 --- a/library/alloc/src/vec/mod.rs +++ b/library/alloc/src/vec/mod.rs @@ -1828,7 +1828,7 @@ impl Vec { self.split_at_spare_mut().1 } - /// Returns vector content as a slice of `T`, among with the remaining spare + /// Returns vector content as a slice of `T`, along with the remaining spare /// capacity of the vector as a slice of `MaybeUninit`. /// /// The returned spare capacity slice can be used to fill the vector with data