Skip to content

Commit a094178

Browse files
cmdcolinclaude
andcommitted
Fix lineCount description: count is exact, not approximate
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f3508d8 commit a094178

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ line that overlaps the given region
257257

258258
#### lineCount
259259

260-
return the approximate number of data lines in the given reference sequence
260+
return the number of data lines in the given reference sequence
261261

262262
##### Parameters
263263

src/tabixIndexedFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ export default class TabixIndexedFile {
429429
}
430430

431431
/**
432-
* return the approximate number of data lines in the given reference sequence
432+
* return the number of data lines in the given reference sequence
433433
* @param {string} refName reference sequence name
434434
* @returns {number} number of data lines present on that reference sequence
435435
*/

0 commit comments

Comments
 (0)