diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-09-12 08:30:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 09:30:43 +0200 |
commit | 8f0a6770dbc6c124ef8ed9b3853d3c4edcf412f7 (patch) | |
tree | 00d2dfb7fba479966f9f5e11663f2f5e3619670e | |
parent | ffffa2f7c44bd26aec5ae1957e0534487d099f48 (diff) |
docs: dedupe DOM category (#15868)
-rw-r--r-- | cli/dts/lib.deno.shared_globals.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.deno.shared_globals.d.ts b/cli/dts/lib.deno.shared_globals.d.ts index 17568d9bd..a4d23a859 100644 --- a/cli/dts/lib.deno.shared_globals.d.ts +++ b/cli/dts/lib.deno.shared_globals.d.ts @@ -442,7 +442,7 @@ declare function queueMicrotask(func: VoidFunction): void; */ declare function dispatchEvent(event: Event): boolean; -/** @category DOM */ +/** @category DOM APIs */ interface DOMStringList { /** Returns the number of strings in strings. */ readonly length: number; |