From dd530364d029f14e908abe1667001ce71f20c65d Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Thu, 24 Sep 2020 15:10:30 +0200 Subject: [PATCH] doc: fixup lutimes metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/node/pull/35320#discussion_r493912423 PR-URL: https://github.com/nodejs/node/pull/35328 Reviewed-By: Richard Lau Reviewed-By: Michaƫl Zasso Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index bafdcc4ef561d9..ece4e5a783b6bd 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2430,7 +2430,7 @@ Synchronous lchown(2). Returns `undefined`. ## `fs.lutimes(path, atime, mtime, callback)` * `path` {string|Buffer|URL}