From d6299f698173c2c77515c3b087f14ee4f83924bc Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Thu, 5 Oct 2017 23:50:09 +0300 Subject: [PATCH] doc: fix cause of yaml parsing error Fixes: https://github.com/nodejs/node/issues/14930 Refs: https://github.com/nodejs/node/pull/15447 --- doc/api/fs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 735dbf0b76a623..6f49d90bdb323f 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2341,7 +2341,7 @@ added: v0.4.2 changes: - version: v8.0.0 pr-url: https://github.com/nodejs/node/pull/11919 - description: `NaN`, `Infinity`, and `-Infinity` are no longer valid time + description: The `NaN`, `Infinity`, and `-Infinity` are no longer valid time specifiers. - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 @@ -2377,7 +2377,7 @@ added: v0.4.2 changes: - version: v8.0.0 pr-url: https://github.com/nodejs/node/pull/11919 - description: `NaN`, `Infinity`, and `-Infinity` are no longer valid time + description: The `NaN`, `Infinity`, and `-Infinity` are no longer valid time specifiers. - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739