From d3569b623ccd593c9ef62fcaf0aba2711dc7fbfa Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 5 Feb 2018 21:55:16 -0800 Subject: doc: remove **Note:** tags Remove the various **Note:** prefixes throughout the docs. PR-URL: https://github.com/nodejs/node/pull/18592 Reviewed-By: Rich Trott Reviewed-By: Daniel Bevenius Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater Reviewed-By: Michael Dawson --- doc/api/os.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/api/os.md') diff --git a/doc/api/os.md b/doc/api/os.md index bb25c3f6cc..b5ecab0132 100644 --- a/doc/api/os.md +++ b/doc/api/os.md @@ -166,8 +166,8 @@ For example: ] ``` -*Note*: Because `nice` values are UNIX-specific, on Windows the `nice` values -of all processors are always 0. +Because `nice` values are UNIX-specific, on Windows the `nice` values of all +processors are always 0. ## os.endianness()