This commit is contained in:
Barosl Lee 2016-01-19 03:07:27 +09:00
parent 08886499cf
commit d449ec0195

View File

@ -302,7 +302,7 @@ impl str {
/// # Safety /// # Safety
/// ///
/// Callers of this function are responsible that three preconditions are /// Callers of this function are responsible that three preconditions are
/// satisifed: /// satisfied:
/// ///
/// * `begin` must come before `end`. /// * `begin` must come before `end`.
/// * `begin` and `end` must be byte positions within the string slice. /// * `begin` and `end` must be byte positions within the string slice.
@ -345,7 +345,7 @@ impl str {
/// # Safety /// # Safety
/// ///
/// Callers of this function are responsible that three preconditions are /// Callers of this function are responsible that three preconditions are
/// satisifed: /// satisfied:
/// ///
/// * `begin` must come before `end`. /// * `begin` must come before `end`.
/// * `begin` and `end` must be byte positions within the string slice. /// * `begin` and `end` must be byte positions within the string slice.