We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b4915 commit 27b06f1Copy full SHA for 27b06f1
src/libcore/slice/mod.rs
@@ -2668,7 +2668,9 @@ impl<T> [T] {
2668
/// such that all those that return true precede the index and
2669
/// such that all those that return false succeed the index.
2670
///
2671
- /// 'self' must be partitioned.
+ /// The slice must be partitioned
2672
+ /// so that all elements where the predicate returns true
2673
+ /// precede the elements where the predicate returns false.
2674
2675
/// # Examples
2676
0 commit comments