Skip to content

Commit caa3530

Browse files
SgtPookilidel
andauthored
chore: jsdoc comment clarification
Co-authored-by: Marcin Rataj <lidel@lidel.org>
1 parent 7562bfa commit caa3530

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/verified-fetch/src/utils/get-e-tag.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ interface GetETagArg {
77
rangeStart?: number
88
rangeEnd?: number
99
/**
10-
* If non-determinictic, weak should be true. Some examples:
10+
* Weak Etag is used when we can't guarantee byte-for-byte-determinism (generated, or mutable content).
11+
* Some examples:
1112
* - IPNS requests
1213
* - CAR streamed with blocks in non-deterministic order
1314
* - TAR streamed with files in non-deterministic order

0 commit comments

Comments
 (0)