Skip to content

Commit

Permalink
Add clarity to the "greater" of VecDeque::insert
Browse files Browse the repository at this point in the history
  • Loading branch information
tkr-sh authored and gitbot committed Feb 22, 2025
1 parent b051e59 commit 5ce492f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alloc/src/collections/vec_deque/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@ impl<T, A: Allocator> VecDeque<T, A> {
///
/// # Panics
///
/// Panics if `index` is greater than deque's length
/// Panics if `index` is strictly greater than deque's length
///
/// # Examples
///
Expand Down

0 comments on commit 5ce492f

Please sign in to comment.