Add clarity to the "greater" of VecDeque::insert
This commit is contained in:
parent
ea048cf055
commit
891a75b3a1
1 changed files with 1 additions and 1 deletions
|
@ -1869,7 +1869,7 @@ impl<T, A: Allocator> VecDeque<T, A> {
|
||||||
///
|
///
|
||||||
/// # Panics
|
/// # Panics
|
||||||
///
|
///
|
||||||
/// Panics if `index` is greater than deque's length
|
/// Panics if `index` is strictly greater than deque's length
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue