diff options
Diffstat (limited to 'cli/js/lib.deno.ns.d.ts')
-rw-r--r-- | cli/js/lib.deno.ns.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/lib.deno.ns.d.ts b/cli/js/lib.deno.ns.d.ts index ec4e0a06a..aa22fc1c9 100644 --- a/cli/js/lib.deno.ns.d.ts +++ b/cli/js/lib.deno.ns.d.ts @@ -7,7 +7,7 @@ declare namespace Deno { /** The current process id of the runtime. */ export let pid: number; - /** Reflects the NO_COLOR environment variable. + /** Reflects the `NO_COLOR` environment variable. * * See: https://no-color.org/ */ export let noColor: boolean; |