Skip to content

Commit 1e2a61d

Browse files
author
Stjepan Glavina
committed
Change wording for push_front
1 parent d7b3f05 commit 1e2a61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/vec_deque.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ impl<T> VecDeque<T> {
10731073
}
10741074
}
10751075

1076-
/// Prepends an element to the front of the `VecDeque`.
1076+
/// Prepends an element to the `VecDeque`.
10771077
///
10781078
/// # Examples
10791079
///

0 commit comments

Comments
 (0)