Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/table_collection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ impl TableCollection {
handle_tsk_return_value!(rv)
}

/// Fully sort all functions.
/// Fully sort all tables.
/// Implemented via a call to [``sort``](crate::TableCollection::sort).
pub fn full_sort(&mut self, options: TableSortOptions) -> TskReturnValue {
let b = Bookmark::new();
Expand Down