Skip to content

Commit aa31c97

Browse files
authored
Rollup merge of rust-lang#92463 - thomcc:thats-not-how-its-pronounced, 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
2 parents f6ce1e8 + 51a1681 commit aa31c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/vec/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ use self::spec_extend::SpecExtend;
148148
#[cfg(not(no_global_oom_handling))]
149149
mod spec_extend;
150150

151-
/// A contiguous growable array type, written as `Vec<T>` and pronounced 'vector'.
151+
/// A contiguous growable array type, written as `Vec<T>`, short for 'vector'.
152152
///
153153
/// # Examples
154154
///

0 commit comments

Comments
 (0)