We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620d30c commit a9ebfa4Copy full SHA for a9ebfa4
core/src/slice/mod.rs
@@ -3078,7 +3078,7 @@ impl<T> [T] {
3078
/// up at that position), in-place (i.e. does not allocate), and runs in *O*(*n*) time. This
3079
/// function is also known as "kth element" in other libraries.
3080
///
3081
- /// Returns a triple partitioning the reordered slice:
+ /// Returns a triple that partitions the reordered slice:
3082
3083
/// * The unsorted subslice before `index`, whose elements all satisfy `x <= self[index]`.
3084
/// * The element at `index`.
0 commit comments