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/v8.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doc/api/v8.md') diff --git a/doc/api/v8.md b/doc/api/v8.md index e4e3de78ce..ac46e5df58 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -43,8 +43,6 @@ The value returned is an array of objects containing the following properties: * `space_available_size` {number} * `physical_space_size` {number} -For example: - ```json [ { @@ -116,8 +114,6 @@ pattern. The RSS footprint (resident memory set) gets bigger because it continuously touches all heap pages and that makes them less likely to get swapped out by the operating system. -For example: - ```js { -- cgit v1.2.3