From 16b7fd22729e3303221310d162ec2327aa71c60c Mon Sep 17 00:00:00 2001 From: Broono Lu Date: Sat, 21 Dec 2019 18:12:46 +0800 Subject: [PATCH] Fix src/libcore/str/mod.rs doc comments --- src/libcore/str/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/str/mod.rs b/src/libcore/str/mod.rs index 3da992dca30..e2cc99813ac 100644 --- a/src/libcore/str/mod.rs +++ b/src/libcore/str/mod.rs @@ -2325,7 +2325,7 @@ pub fn get_mut>(&mut self, i: I) -> Option<&mut I::Output> { i.get_mut(self) } - /// Returns a unchecked subslice of `str`. + /// Returns an unchecked subslice of `str`. /// /// This is the unchecked alternative to indexing the `str`. /// -- 2.44.0