doc: it is 'index', not 'i'
This commit is contained in:
parent
f4ab2b3a25
commit
36cf51dc3a
@ -536,7 +536,7 @@ impl<T> Vec<T> {
|
||||
///
|
||||
/// # Panics
|
||||
///
|
||||
/// Panics if `i` is out of bounds.
|
||||
/// Panics if `index` is out of bounds.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user