Skip to content

Commit

Permalink
minor fix to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmarsden committed Feb 14, 2021
1 parent 5dcdc50 commit 676fe64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sort.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fn sorted_box_to_ordering<T>(sorted: Box<[(usize, &T)]>) -> Box<[(usize,usize)]>
/// Provides sorting capabilities to two-dimensional arrays. Sorting of the rows and columns
/// is performed in-place, and care is taken to minimise row/col swaps. This is achieved by
/// sorting the row/col and original index pair, then repositioning the rows/columns once the
/// new sort order has been determined.
/// new ordering has been determined.
pub trait SortOps<T> : TooDeeOpsMut<T> {

/// Sort the entire two-dimensional array by comparing elements on a specific row, using the natural ordering.
Expand Down

0 comments on commit 676fe64

Please # to comment.