From edebe427cfebc971f9e6c5345fb7327249a93a23 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 4 Oct 2017 18:24:23 +0200 Subject: [PATCH] doc: fix YAML syntax in fs.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes YAML parsing issues introduced in c8a2143. PR-URL: https://github.com/nodejs/node/pull/15769 Refs: https://github.com/nodejs/node/pull/15680 Reviewed-By: Lance Ball Reviewed-By: Timothy Gu Reviewed-By: Yuta Hiroto Reviewed-By: Tobias Nießen Reviewed-By: Colin Ihrig --- doc/api/fs.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 735dbf0b76..0c91ec7b35 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2339,10 +2339,10 @@ and `fs.unwatchFile()` when possible.