From ade05f3c00efc565df2380f203017ba28966c946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Sat, 18 Apr 2020 23:25:35 +0800 Subject: [PATCH] fix(doc): Group ID (#4803) --- cli/js/lib.deno.ns.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/js/lib.deno.ns.d.ts b/cli/js/lib.deno.ns.d.ts index 9ab40248..06baf3aa 100644 --- a/cli/js/lib.deno.ns.d.ts +++ b/cli/js/lib.deno.ns.d.ts @@ -1363,7 +1363,7 @@ declare namespace Deno { * * _Linux/Mac OS only._ */ uid: number | null; - /** User ID of the owner of this file. + /** Group ID of the owner of this file. * * _Linux/Mac OS only._ */ gid: number | null; -- GitLab