Skip to content

Commit 00c0cb1

Browse files
committed
comment wording
1 parent 1b22923 commit 00c0cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/signature.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export interface RequestPresigningArguments extends RequestSigningArguments {
7777
unhoistableHeaders?: Set<string>;
7878

7979
/**
80-
* This overrides any values set by unhoistableHeaders.
80+
* This overrides any headers with the same name(s) set by unhoistableHeaders.
8181
* These headers will be hoisted into the query string and signed.
8282
*/
8383
hoistableHeaders?: Set<string>;

0 commit comments

Comments
 (0)