We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e60835 + 384ee48 commit 10e12eaCopy full SHA for 10e12ea
src/libcollections/vec_deque.rs
@@ -1808,7 +1808,7 @@ impl<T> VecDeque<T> {
1808
1809
impl<T: Clone> VecDeque<T> {
1810
/// 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.
+ /// either by removing excess elements or by appending clones of `value` to the back.
1812
///
1813
/// # Examples
1814
0 commit comments