Skip to content

Commit

Permalink
Fix typo in docstring for TableCollection::full_sort. (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen authored Mar 23, 2022
1 parent a1a7e12 commit 6ef0406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/table_collection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,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).
///
/// # Note
Expand Down

0 comments on commit 6ef0406

Please sign in to comment.