Skip to content

Commit

Permalink
Rollup merge of #72701 - pickfire:patch-1, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Fix grammar in liballoc raw_vec
  • Loading branch information
Dylan-DPC authored May 29, 2020
2 parents ed80e8e + 42a4f5a commit 510793b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/raw_vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ impl<T, A: AllocRef> RawVec<T, A> {
/// `used_capacity + needed_extra_capacity` elements. If it doesn't already,
/// will reallocate the minimum possible amount of memory necessary.
/// Generally this will be exactly the amount of memory necessary,
/// but in principle the allocator is free to give back more than
/// but in principle the allocator is free to give back more than what
/// we asked for.
///
/// If `used_capacity` exceeds `self.capacity()`, this may fail to actually allocate
Expand Down

0 comments on commit 510793b

Please sign in to comment.