Skip to content

Commit 2b76160

Browse files
authored
Merge branch 'master' into test-node23
2 parents 579eaa5 + ff5300e commit 2b76160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/security.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface InputSecurity<K extends string> {
1212
name: K;
1313
}
1414

15-
/** @todo add constraints similar to InputSecurity, rename to just HeaderSecurity */
15+
/** @todo rename to just HeaderSecurity */
1616
export interface CustomHeaderSecurity {
1717
type: "header";
1818
name: string;

0 commit comments

Comments
 (0)