Skip to content

Commit 6f8ad3b

Browse files
VillSnowAmanieu
andauthored
Update src/libcore/slice/mod.rs
Co-authored-by: Amanieu d'Antras <[email protected]>
1 parent 60f2ba2 commit 6f8ad3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/slice/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2665,7 +2665,7 @@ impl<T> [T] {
26652665
}
26662666

26672667
/// Returns the index of the partition point according to the given predicate
2668-
// (the index of the first element of the second partition).
2668+
/// (the index of the first element of the second partition).
26692669
///
26702670
/// The slice is assumed to be partitioned according to the given predicate.
26712671
/// This means that all elements for which the predicate returns true are at the start of the slice

0 commit comments

Comments
 (0)