Skip to content

Commit a9ebfa4

Browse files
mgsloanibraheemdev
authored and
gitbot
committed
Update library/core/src/slice/mod.rs
Co-authored-by: Ibraheem Ahmed <ibraheem@ibraheem.ca>
1 parent 620d30c commit a9ebfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/slice/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3078,7 +3078,7 @@ impl<T> [T] {
30783078
/// up at that position), in-place (i.e. does not allocate), and runs in *O*(*n*) time. This
30793079
/// function is also known as "kth element" in other libraries.
30803080
///
3081-
/// Returns a triple partitioning the reordered slice:
3081+
/// Returns a triple that partitions the reordered slice:
30823082
///
30833083
/// * The unsorted subslice before `index`, whose elements all satisfy `x <= self[index]`.
30843084
/// * The element at `index`.

0 commit comments

Comments
 (0)