]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc/vec.rs
Auto merge of #68625 - JohnTitor:rollup-20pfcru, r=JohnTitor
[rust.git] / src / liballoc / vec.rs
index e9cbf627846b5a3d4b624e3b9723b305c21f1e08..26a7812f58e01033d72ce933c1e0e353e926c58c 100644 (file)
 /// ```
 ///
 /// In Rust, it's more common to pass slices as arguments rather than vectors
-/// when you just want to provide read access. The same goes for [`String`] and
+/// when you just want to provide read access. The same goes for [`String`] and
 /// [`&str`].
 ///
 /// # Capacity and reallocation