Fix a typo.

This commit is contained in:
Tomasz Różański 2019-08-22 13:04:32 +02:00
parent 201e52e5fe
commit a078a34f05

View File

@ -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
///