summaryrefslogtreecommitdiff
path: root/cli/dts/lib.deno.ns.d.ts
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2022-09-08 09:05:01 +0100
committerGitHub <noreply@github.com>2022-09-08 10:05:01 +0200
commit99c5381af4715cabc2de406cb29192ad5ca87915 (patch)
treedfebd5a5845dddd6fbef4e6b95b2e1d2059bbe50 /cli/dts/lib.deno.ns.d.ts
parent4e5231979523a65e09122b8ea79beeeaae0e7e3d (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.ts2
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;