Skip to content

Commit

Permalink
docs(http): fix default algorithm for etag in docs (#4518)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Mar 25, 2024
1 parent 5061ec3 commit 8a7b5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/etag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface ETagOptions {
/**
* A digest algorithm to use to calculate the etag.
*
* @default {"FNV32A"}
* @default {"SHA-256"}
*/
algorithm?: AlgorithmIdentifier;

Expand Down

0 comments on commit 8a7b5dd

Please sign in to comment.