Fix a typo.
This commit is contained in:
parent
201e52e5fe
commit
a078a34f05
1 changed files with 1 additions and 1 deletions
|
@ -1810,7 +1810,7 @@ impl<T> VecDeque<T> {
|
|||
other
|
||||
}
|
||||
|
||||
/// Moves all the elements of `other` into `Self`, leaving `other` empty.
|
||||
/// Moves all the elements of `other` into `self`, leaving `other` empty.
|
||||
///
|
||||
/// # Panics
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue