Skip to content

Commit 51a1681

Browse files
committed
Remove pronunciation guide from Vec<T>
1 parent 984a6bf commit 51a1681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/vec/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ use self::spec_extend::SpecExtend;
148148
#[cfg(not(no_global_oom_handling))]
149149
mod spec_extend;
150150

151-
/// A contiguous growable array type, written as `Vec<T>` and pronounced 'vector'.
151+
/// A contiguous growable array type, written as `Vec<T>`, short for 'vector'.
152152
///
153153
/// # Examples
154154
///

0 commit comments

Comments
 (0)