Skip to content

Commit 8d3273c

Browse files
authored
Rollup merge of #68592 - pdbrito:master, r=jonas-schievink
fix: typo in vec.rs
2 parents 9c1244d + 074cfcb commit 8d3273c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/vec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ use crate::raw_vec::RawVec;
176176
/// ```
177177
///
178178
/// 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
179+
/// when you just want to provide read access. The same goes for [`String`] and
180180
/// [`&str`].
181181
///
182182
/// # Capacity and reallocation

0 commit comments

Comments
 (0)