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 9ab40248f..06baf3aa2 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; |