Skip to content

Commit 03f3b45

Browse files
committed
Rollup merge of #24868 - tshepang:fix-vec-remove-doc, r=steveklabnik
2 parents 1b18da4 + 36cf51d commit 03f3b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ impl<T> Vec<T> {
536536
///
537537
/// # Panics
538538
///
539-
/// Panics if `i` is out of bounds.
539+
/// Panics if `index` is out of bounds.
540540
///
541541
/// # Examples
542542
///

0 commit comments

Comments
 (0)