From dbc993294fc2d6d7f401b81323c44a998238e0e5 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 a576f9cce53bc8..dcb49be063d135 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3056,7 +3056,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)`