From 524a140994014db01c73cc811082f88f96cc3573 Mon Sep 17 00:00:00 2001 From: Livia Medeiros <74449973+LiviaMedeiros@users.noreply.github.com> Date: Fri, 8 Apr 2022 18:15:52 +0800 Subject: [PATCH] doc: fix brackets position PR-URL: https://github.com/nodejs/node/pull/42649 Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Antoine du Hamel --- 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 56d88194b753da..5dc0613d6af374 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3028,7 +3028,7 @@ number of bytes read is zero. If this method is invoked as its [`util.promisify()`][]ed version, it returns a promise for an `Object` with `bytesRead` and `buffer` properties. -### `fs.read(fd, [options,] callback)` +### `fs.read(fd[, options], callback)`