Skip to content

Commit

Permalink
Change wording for push_front
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina committed Apr 1, 2017
1 parent d7b3f05 commit 1e2a61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/vec_deque.rs
Expand Up @@ -1073,7 +1073,7 @@ impl<T> VecDeque<T> {
}
}

/// Prepends an element to the front of the `VecDeque`.
/// Prepends an element to the `VecDeque`.
///
/// # Examples
///
Expand Down

0 comments on commit 1e2a61d

Please sign in to comment.