mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
cb371797d6
Fix typo in VecDeque::handle_capacity_increase() doc comment. Strategies B and C both show a full buffer before the capacity increase, while strategy A had one empty element left. Filled the last element in.