Skip to content

Commit

Permalink
Rollup merge of #31008 - barosl:typo, r=bluss
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jan 18, 2016
2 parents df61f4e + d449ec0 commit 652fa5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcollections/str.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ impl str {
/// # Safety
///
/// Callers of this function are responsible that three preconditions are
/// satisifed:
/// satisfied:
///
/// * `begin` must come before `end`.
/// * `begin` and `end` must be byte positions within the string slice.
Expand Down Expand Up @@ -345,7 +345,7 @@ impl str {
/// # Safety
///
/// Callers of this function are responsible that three preconditions are
/// satisifed:
/// satisfied:
///
/// * `begin` must come before `end`.
/// * `begin` and `end` must be byte positions within the string slice.
Expand Down

0 comments on commit 652fa5c

Please sign in to comment.