We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fae22 commit 074cfcbCopy full SHA for 074cfcb
src/liballoc/vec.rs
@@ -176,7 +176,7 @@ use crate::raw_vec::RawVec;
176
/// ```
177
///
178
/// In Rust, it's more common to pass slices as arguments rather than vectors
179
-/// when you just want to provide a read access. The same goes for [`String`] and
+/// when you just want to provide read access. The same goes for [`String`] and
180
/// [`&str`].
181
182
/// # Capacity and reallocation
0 commit comments