From 9d27c6406b2fa4fab5c11fb84265d8e9c55a579d Mon Sep 17 00:00:00 2001 From: Shakil-Shahadat Date: Wed, 10 Jun 2020 06:15:31 +0600 Subject: [PATCH] Update fs.md First class heading is made to look like other headings. --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 4ac95d58e20230..bbee8b298421b6 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -284,7 +284,7 @@ synchronous use libuv's threadpool, which can have surprising and negative performance implications for some applications. See the [`UV_THREADPOOL_SIZE`][] documentation for more information. -## Class `fs.Dir` +## Class: `fs.Dir`