Skip to content

Commit bbbe85c

Browse files
committed
fixup! can skip whole chunks at the start of the term
1 parent daec055 commit bbbe85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hub/src/utils/XetBlob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ interface ReconstructionInfo {
4646
}>
4747
>;
4848
/**
49-
* When doing a range request, the offset into the first range
49+
* When doing a range request, the offset into the term's uncompressed data. Can be multiple chunks' worth of data.
5050
*/
5151
offset_into_first_range: number;
5252
}

0 commit comments

Comments
 (0)