From 1a25f9639a9668d8ea90022b0f3d3b47d29971b6 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sun, 26 Aug 2018 19:02:27 +0300 Subject: doc: remove redundant 'Example:' and similar notes Some nits were also fixed in passing. PR-URL: https://github.com/nodejs/node/pull/22537 Reviewed-By: Trivikram Kamat Reviewed-By: Ruben Bridgewater Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Sakthipriyan Vairamani Reviewed-By: James M Snell --- doc/api/cluster.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/api/cluster.md') diff --git a/doc/api/cluster.md b/doc/api/cluster.md index c9dc17e994..54b470e0f0 100644 --- a/doc/api/cluster.md +++ b/doc/api/cluster.md @@ -765,8 +765,6 @@ Note that: * The defaults above apply to the first call only, the defaults for later calls is the current value at the time of `cluster.setupMaster()` is called. -Example: - ```js const cluster = require('cluster'); cluster.setupMaster({ -- cgit v1.2.3