Skip to content

Commit 6ef0406

Browse files
authored
Fix typo in docstring for TableCollection::full_sort. (#219)
1 parent a1a7e12 commit 6ef0406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table_collection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ impl TableCollection {
616616
handle_tsk_return_value!(rv)
617617
}
618618

619-
/// Fully sort all functions.
619+
/// Fully sort all tables.
620620
/// Implemented via a call to [``sort``](crate::TableCollection::sort).
621621
///
622622
/// # Note

0 commit comments

Comments
 (0)