doc: fix filehandle.read typo · nodejs/node@61d0a2d

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`