From 9cb96ac82808254e3322119eb1e6b2a7b847741e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 20 Feb 2018 15:10:10 -0800 Subject: doc: remove extraneous "for example" text No need to announce obvious example code as being example code. Remove unneeded "for example" text as one small way to try to keep the docs more concise.. PR-URL: https://github.com/nodejs/node/pull/18890 Reviewed-By: Luigi Pinca Reviewed-By: Matheus Marchini Reviewed-By: Ruben Bridgewater Reviewed-By: Vse Mozhet Byt --- doc/api/os.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/api/os.md') diff --git a/doc/api/os.md b/doc/api/os.md index b5ecab0132..16ec5714e3 100644 --- a/doc/api/os.md +++ b/doc/api/os.md @@ -70,8 +70,6 @@ The properties included on each object include: * `idle` {number} The number of milliseconds the CPU has spent in idle mode. * `irq` {number} The number of milliseconds the CPU has spent in irq mode. -For example: - ```js [ -- cgit v1.2.3