Skip to content

Commit 0c49038

Browse files
lpincavsemozhetbyt
authored andcommitted
doc: fix YAML syntax in fs.md
Fixes YAML parsing issues introduced in c8a2143. PR-URL: #15769 Refs: #15680 Reviewed-By: Lance Ball <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent fca6c58 commit 0c49038

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/api/fs.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2339,10 +2339,10 @@ and `fs.unwatchFile()` when possible.
23392339
<!-- YAML
23402340
added: v0.4.2
23412341
changes:
2342-
- version: v8.0.0
2342+
- version: v8.0.0
23432343
pr-url: https://github.com/nodejs/node/pull/11919
2344-
description: `NaN`, `Infinity`, and `-Infinity` are no longer valid time
2345-
specifiers.
2344+
description: "`NaN`, `Infinity`, and `-Infinity` are no longer valid time
2345+
specifiers."
23462346
- version: v7.6.0
23472347
pr-url: https://github.com/nodejs/node/pull/10739
23482348
description: The `path` parameter can be a WHATWG `URL` object using `file:`
@@ -2377,8 +2377,8 @@ added: v0.4.2
23772377
changes:
23782378
- version: v8.0.0
23792379
pr-url: https://github.com/nodejs/node/pull/11919
2380-
description: `NaN`, `Infinity`, and `-Infinity` are no longer valid time
2381-
specifiers.
2380+
description: "`NaN`, `Infinity`, and `-Infinity` are no longer valid time
2381+
specifiers."
23822382
- version: v7.6.0
23832383
pr-url: https://github.com/nodejs/node/pull/10739
23842384
description: The `path` parameter can be a WHATWG `URL` object using `file:`

0 commit comments

Comments
 (0)