summaryrefslogtreecommitdiff
path: root/doc/api/os.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md2
1 files changed, 0 insertions, 2 deletions
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:
-
<!-- eslint-disable semi -->
```js
[