diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-09-08 09:05:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 10:05:01 +0200 |
commit | 99c5381af4715cabc2de406cb29192ad5ca87915 (patch) | |
tree | dfebd5a5845dddd6fbef4e6b95b2e1d2059bbe50 /cli/dts/lib.deno.ns.d.ts | |
parent | 4e5231979523a65e09122b8ea79beeeaae0e7e3d (diff) |
fix(docs): change category for Deno.Process to "Sub Process" (#15812)
Diffstat (limited to 'cli/dts/lib.deno.ns.d.ts')
-rw-r--r-- | cli/dts/lib.deno.ns.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.deno.ns.d.ts b/cli/dts/lib.deno.ns.d.ts index 30520191d..cdd3c11c7 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<T extends RunOptions = RunOptions> { readonly rid: number; readonly pid: number; |