From d449ec01956d74a3dfecf4cffe34440d7c050480 Mon Sep 17 00:00:00 2001 From: Barosl Lee Date: Tue, 19 Jan 2016 03:07:27 +0900 Subject: [PATCH] Fix typo --- src/libcollections/str.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcollections/str.rs b/src/libcollections/str.rs index 766867f284ee1..9ce1a111cf83a 100644 --- a/src/libcollections/str.rs +++ b/src/libcollections/str.rs @@ -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. @@ -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.