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 305bd85 commit a506f9dCopy full SHA for a506f9d
library/core/src/slice/mod.rs
@@ -3076,7 +3076,7 @@ impl<T> [T] {
3076
/// up at that position), in-place (i.e. does not allocate), and runs in *O*(*n*) time. This
3077
/// function is also known as "kth element" in other libraries.
3078
///
3079
- /// Returns a triple partitioning the reordered slice:
+ /// Returns a triple that partitions the reordered slice:
3080
3081
/// * The unsorted subslice before `index`, whose elements all satisfy `x <= self[index]`.
3082
/// * The element at `index`.
0 commit comments