Several bugs dicoverd during the doc writing

This commit is contained in:
Eric Coissac
2025-04-04 16:59:27 +02:00
parent 03b5ce9397
commit 7542e33010
6 changed files with 38 additions and 11 deletions

View File

@@ -223,7 +223,7 @@ func CLISequenceCountPredicate() obiseq.SequencePredicate {
return p
}
if _MaximumLength != int(2e9) {
if _MaximumCount != int(2e9) {
return obiseq.IsLessAbundantOrEqualTo(_MaximumCount)
}