fix(doc): Group ID (#4803)

This commit is contained in:
迷渡 2020-04-18 23:25:35 +08:00 committed by GitHub
parent 47617e60d5
commit ade05f3c00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;