Skip to content

Commit a078a34

Browse files
Fix a typo.
1 parent 201e52e commit a078a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/collections/vec_deque.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1810,7 +1810,7 @@ impl<T> VecDeque<T> {
18101810
other
18111811
}
18121812

1813-
/// Moves all the elements of `other` into `Self`, leaving `other` empty.
1813+
/// Moves all the elements of `other` into `self`, leaving `other` empty.
18141814
///
18151815
/// # Panics
18161816
///

0 commit comments

Comments
 (0)