From f293131760b8d97795eb87252db98e879d9c47b8 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 Refs: https://github.com/nodejs/node/pull/35320#discussion_r493912423 --- 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 4c18ce20da3eec..04228d345ddfd6 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2434,7 +2434,7 @@ Synchronous lchown(2). Returns `undefined`. ## `fs.lutimes(path, atime, mtime, callback)` * `path` {string|Buffer|URL}