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 20, 2025
1 parent 9a3b8ec commit 1a7d114
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 1a7d114

Please sign in to comment.