From f4365098a7a20b7674b31707b9f32c649d00ac84 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Wed, 3 Feb 2021 07:15:36 -0800 Subject: [PATCH] fixup! doc: refactor fs docs structure --- doc/api/fs.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 84f66b0205ca81..2d94ba1a1e793e 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -214,7 +214,7 @@ added: v10.0.0 --> * `uid` {integer} The file's new owner's user id. -* `gid` {integer} * `gid` {integer} The file's new group's group id. +* `gid` {integer} The file's new group's group id. * Returns: {Promise} Fulfills with `undefined` upon success. Changes the ownership of the file. A wrapper for chown(2). @@ -365,8 +365,6 @@ changes: {fs.Stats} object should be `bigint`. **Default:** `false`. * Returns: {Promise} Fulfills with an {fs.Stats} for the file. - - #### `filehandle.sync()`