Skip to content

Commit

Permalink
Remove pronunciation guide from Vec<T>
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcc committed Dec 31, 2021
1 parent 984a6bf commit 51a1681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/vec/mod.rs
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 51a1681

Please sign in to comment.