diff options
| author | Thom Chiovoloni <chiovolonit@gmail.com> | 2021-12-31 16:04:13 -0500 |
|---|---|---|
| committer | Thom Chiovoloni <chiovolonit@gmail.com> | 2021-12-31 16:04:13 -0500 |
| commit | 51a1681b6950b205575c873b6749682e28c48ad8 (patch) | |
| tree | dfc40e57874cf6de44ebafd218f6d6e2bec7fbf1 | |
| parent | 984a6bf9c11b7356f696c685a145d7136fff051c (diff) | |
| download | rust-51a1681b6950b205575c873b6749682e28c48ad8.tar.gz rust-51a1681b6950b205575c873b6749682e28c48ad8.zip | |
Remove pronunciation guide from Vec<T>
| -rw-r--r-- | library/alloc/src/vec/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/vec/mod.rs b/library/alloc/src/vec/mod.rs index 2863da05932..adf6d22111f 100644 --- a/library/alloc/src/vec/mod.rs +++ b/library/alloc/src/vec/mod.rs @@ -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 /// |
