We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984a6bf commit 51a1681Copy full SHA for 51a1681
library/alloc/src/vec/mod.rs
@@ -148,7 +148,7 @@ use self::spec_extend::SpecExtend;
148
#[cfg(not(no_global_oom_handling))]
149
mod spec_extend;
150
151
-/// A contiguous growable array type, written as `Vec<T>` and pronounced 'vector'.
+/// A contiguous growable array type, written as `Vec<T>`, short for 'vector'.
152
///
153
/// # Examples
154
0 commit comments