We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f2ba2 commit 6f8ad3bCopy full SHA for 6f8ad3b
src/libcore/slice/mod.rs
@@ -2665,7 +2665,7 @@ impl<T> [T] {
2665
}
2666
2667
/// Returns the index of the partition point according to the given predicate
2668
- // (the index of the first element of the second partition).
+ /// (the index of the first element of the second partition).
2669
///
2670
/// The slice is assumed to be partitioned according to the given predicate.
2671
/// This means that all elements for which the predicate returns true are at the start of the slice
0 commit comments