Skip to content

Commit

Permalink
Rollup merge of rust-lang#92463 - thomcc:thats-not-how-its-pronounced…
Browse files Browse the repository at this point in the history
…, r=joshtriplett

Remove pronunciation guide from Vec<T>

I performed an extremely scientific poll on twitter, and determined this is not how it's pronounced: https://twitter.com/at_tcsc/status/1476643344285581315
  • Loading branch information
matthiaskrgr authored Jan 1, 2022
2 parents f6ce1e8 + 51a1681 commit aa31c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/vec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ use self::spec_extend::SpecExtend;
#[cfg(not(no_global_oom_handling))]
mod spec_extend;

/// A contiguous growable array type, written as `Vec<T>` and pronounced 'vector'.
/// A contiguous growable array type, written as `Vec<T>`, short for 'vector'.
///
/// # Examples
///
Expand Down

0 comments on commit aa31c97

Please sign in to comment.