From 885de1ba70094905ccce4825e7875fc0ec5740b2 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Wed, 12 Dec 2018 05:59:18 +0100 Subject: util: remove todo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most people are going to use the existing option and switching the name now comes with a cost which does not seem to justify the improvement. PR-URL: https://github.com/nodejs/node/pull/24982 Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca Reviewed-By: Anto Aravinth Reviewed-By: Rich Trott --- doc/api/util.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doc/api/util.md') diff --git a/doc/api/util.md b/doc/api/util.md index 0b9e477394..22859dfdfe 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -449,10 +449,6 @@ changes: * `showProxy` {boolean} If `true`, then objects and functions that are `Proxy` objects will be introspected to show their `target` and `handler` objects. **Default:** `false`. - * `maxArrayLength` {integer} Specifies the maximum number of `Array`, [`TypedArray`][], [`WeakMap`][] and [`WeakSet`][] elements to include when formatting. Set to `null` or `Infinity` to show all elements. Set to `0` or -- cgit v1.2.3