Skip to content

Commit a62db08

Browse files
authored
Fix typo in comment (#74)
1 parent a2cd4ff commit a62db08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/reader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class ParquetCursor {
8585
}
8686

8787
/**
88-
* Rewind the cursor the the beginning of the file
88+
* Rewind the cursor to the beginning of the file
8989
*/
9090
rewind() {
9191
this.rowGroup = [];

0 commit comments

Comments
 (0)