Skip to content

Commit 5c2a36e

Browse files
committed
✏️ fix: typo
1 parent 52f0b6a commit 5c2a36e

File tree

1 file changed

+3
-3
lines changed
  • library/alloc/src/collections/vec_deque

1 file changed

+3
-3
lines changed

library/alloc/src/collections/vec_deque/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ impl<T, A: Allocator> VecDeque<T, A> {
14871487
/// # Panics
14881488
///
14891489
/// Panics if the range has `start_bound > end_bound`, or, if the range is
1490-
/// bounded on either end and past the length of the dequeue.
1490+
/// bounded on either end and past the length of the deque.
14911491
///
14921492
/// # Examples
14931493
///
@@ -1523,7 +1523,7 @@ impl<T, A: Allocator> VecDeque<T, A> {
15231523
/// # Panics
15241524
///
15251525
/// Panics if the range has `start_bound > end_bound`, or, if the range is
1526-
/// bounded on either end and past the length of the dequeue.
1526+
/// bounded on either end and past the length of the deque.
15271527
///
15281528
/// # Examples
15291529
///
@@ -1569,7 +1569,7 @@ impl<T, A: Allocator> VecDeque<T, A> {
15691569
/// # Panics
15701570
///
15711571
/// Panics if the range has `start_bound > end_bound`, or, if the range is
1572-
/// bounded on either end and past the length of the dequeue.
1572+
/// bounded on either end and past the length of the deque.
15731573
///
15741574
/// # Leaking
15751575
///

0 commit comments

Comments
 (0)