diff --git a/cli/dts/lib.deno.ns.d.ts b/cli/dts/lib.deno.ns.d.ts index 30520191dd..cdd3c11c7c 100644 --- a/cli/dts/lib.deno.ns.d.ts +++ b/cli/dts/lib.deno.ns.d.ts @@ -2628,7 +2628,7 @@ declare namespace Deno { options?: { recursive: boolean }, ): FsWatcher; - /** @category Runtime Environment */ + /** @category Sub Process */ export class Process { readonly rid: number; readonly pid: number;