mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
fix(doc): Group ID (#4803)
This commit is contained in:
parent
47617e60d5
commit
ade05f3c00
1 changed files with 1 additions and 1 deletions
2
cli/js/lib.deno.ns.d.ts
vendored
2
cli/js/lib.deno.ns.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue