From 6f8ad3b20858c6c63c2098e690fddf0f33a80d2b Mon Sep 17 00:00:00 2001 From: VillSnow Date: Sun, 28 Jun 2020 21:31:05 +0900 Subject: [PATCH] Update src/libcore/slice/mod.rs Co-authored-by: Amanieu d'Antras --- src/libcore/slice/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/slice/mod.rs b/src/libcore/slice/mod.rs index 07b45640a52..e7c8f5c88cd 100644 --- a/src/libcore/slice/mod.rs +++ b/src/libcore/slice/mod.rs @@ -2665,7 +2665,7 @@ impl [T] { } /// Returns the index of the partition point according to the given predicate - // (the index of the first element of the second partition). + /// (the index of the first element of the second partition). /// /// The slice is assumed to be partitioned according to the given predicate. /// This means that all elements for which the predicate returns true are at the start of the slice