Skip to content

Commit

Permalink
Rollup merge of #24868 - tshepang:fix-vec-remove-doc, r=steveklabnik
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Apr 27, 2015
2 parents 1b18da4 + 36cf51d commit 03f3b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ impl<T> Vec<T> {
///
/// # Panics
///
/// Panics if `i` is out of bounds.
/// Panics if `index` is out of bounds.
///
/// # Examples
///
Expand Down

0 comments on commit 03f3b45

Please sign in to comment.