diff options
Diffstat (limited to 'src/liballoc/vec.rs')
| -rw-r--r-- | src/liballoc/vec.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/liballoc/vec.rs b/src/liballoc/vec.rs index 57e10498b92..4bc21ec7f5e 100644 --- a/src/liballoc/vec.rs +++ b/src/liballoc/vec.rs @@ -738,7 +738,7 @@ impl<T> Vec<T> { /// Forces the length of the vector to `new_len`. /// /// This is a low-level operation that maintains none of the normal - /// invariants of the type. Normally changing the length of a vector + /// invariants of the type. Normally changing the length of a vector /// is done using one of the safe operations instead, such as /// [`truncate`], [`resize`], [`extend`], or [`clear`]. /// | 
