Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6ff939b

Browse filesBrowse files
ruyadornorichardlau
authored andcommitted
doc: fix filehandle.read typo
PR-URL: #59635 Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent d5b0a64 commit 6ff939b
Copy full SHA for 6ff939b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/fs.md‎

Copy file name to clipboardExpand all lines: doc/api/fs.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ changes:
397397
from the file. If `null` or `-1`, data will be read from the current file
398398
position, and the position will be updated. If `position` is a non-negative
399399
integer, the current file position will remain unchanged.
400-
**Default:**: `null`
400+
**Default:** `null`
401401
* Returns: {Promise} Fulfills upon success with an object with two properties:
402402
* `bytesRead` {integer} The number of bytes read
403403
* `buffer` {Buffer|TypedArray|DataView} A reference to the passed in `buffer`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.