diff options
| author | Tomasz Różański <rosto@tlen.pl> | 2019-08-22 13:04:32 +0200 |
|---|---|---|
| committer | Tomasz Różański <rosto@tlen.pl> | 2019-08-22 13:04:32 +0200 |
| commit | a078a34f057a8a6a779bf8cb0c12dcbd4ba6c0df (patch) | |
| tree | 05e6105b90a9b8fa68ff7331c53ac9422db40246 /src/liballoc | |
| parent | 201e52e5fe73ccf3dd22946b1216ad8d64f8c2ba (diff) | |
| download | rust-a078a34f057a8a6a779bf8cb0c12dcbd4ba6c0df.tar.gz rust-a078a34f057a8a6a779bf8cb0c12dcbd4ba6c0df.zip | |
Fix a typo.
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/collections/vec_deque.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/collections/vec_deque.rs b/src/liballoc/collections/vec_deque.rs index 7315963cc8b..6b5e48597e4 100644 --- a/src/liballoc/collections/vec_deque.rs +++ b/src/liballoc/collections/vec_deque.rs @@ -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 /// |
