Remove pronunciation guide from Vec<T>
This commit is contained in:
parent
984a6bf9c1
commit
51a1681b69
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ use self::spec_extend::SpecExtend;
|
||||||
#[cfg(not(no_global_oom_handling))]
|
#[cfg(not(no_global_oom_handling))]
|
||||||
mod spec_extend;
|
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
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue