mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
Rollup merge of #68592 - pdbrito:master, r=jonas-schievink
fix: typo in vec.rs
This commit is contained in:
+1
-1
@@ -176,7 +176,7 @@
|
||||
/// ```
|
||||
///
|
||||
/// In Rust, it's more common to pass slices as arguments rather than vectors
|
||||
/// 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
|
||||
/// [`&str`].
|
||||
///
|
||||
/// # Capacity and reallocation
|
||||
|
||||
Reference in New Issue
Block a user