Skip to content

Commit

Permalink
Merge branch 'patch-2' of https://github.com/DirkyJerky/rust into rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Mar 10, 2017
2 parents 8f7add5 + 384ee48 commit 5be9027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/vec_deque.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ impl<T> VecDeque<T> {

impl<T: Clone> VecDeque<T> {
/// Modifies the `VecDeque` in-place so that `len()` is equal to new_len,
/// 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.
///
/// # Examples
///
Expand Down

0 comments on commit 5be9027

Please sign in to comment.