Skip to content

Commit 5be9027

Browse files
committed
Merge branch 'patch-2' of https://github.com/DirkyJerky/rust into rollup
2 parents 8f7add5 + 384ee48 commit 5be9027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/vec_deque.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ impl<T> VecDeque<T> {
18081808

18091809
impl<T: Clone> VecDeque<T> {
18101810
/// Modifies the `VecDeque` in-place so that `len()` is equal to new_len,
1811-
/// either by removing excess elements or by appending copies of a value to the back.
1811+
/// either by removing excess elements or by appending clones of `value` to the back.
18121812
///
18131813
/// # Examples
18141814
///

0 commit comments

Comments
 (0)