Skip to content

Commit 074cfcb

Browse files
committed
fix: typo in vec.rs
1 parent 67fae22 commit 074cfcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/vec.rs

+1-1
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)