Skip to content

Commit

Permalink
fix a lint
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Jul 27, 2024
1 parent edc8ffc commit f37b3a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/trees/treeseq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ impl TreeSequence {
/// - `Ok(Some(TableCollection))`: when trunction is successfully performed
/// and results in non-empty edge table. The tables are sorted.
/// - `Error(TskitError)`: Any errors from the C API propagate. An
/// [TskitError::RangeError] will occur when `intervals` are not
/// sorted.
/// [TskitError::RangeError] will occur when `intervals` are not
/// sorted.
///
/// # Notes
///
Expand Down

0 comments on commit f37b3a4

Please sign in to comment.