Remove pronunciation guide from Vec<T>

This commit is contained in:
Thom Chiovoloni 2021-12-31 16:04:13 -05:00
parent 984a6bf9c1
commit 51a1681b69

View File

@ -148,7 +148,7 @@
#[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
///