From 0ac6ced2e9e09fdfe4b5c9aec8fb9a3f570f63e7 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sat, 7 Apr 2018 03:21:31 +0300 Subject: doc: fix some links PR-URL: https://github.com/nodejs/node/pull/19860 Reviewed-By: Weijia Wang Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat --- doc/api/util.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/util.md') diff --git a/doc/api/util.md b/doc/api/util.md index e5d57759e5..6dd29c620c 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -511,7 +511,7 @@ console.log(util.inspect(o, { compact: false, breakLength: 80 })); Using the `showHidden` option allows to inspect [`WeakMap`][] and [`WeakSet`][] entries. If there are more entries than `maxArrayLength`, there is no guarantee -which entries are displayed. That means retrieving the same ['WeakSet'][] +which entries are displayed. That means retrieving the same [`WeakSet`][] entries twice might actually result in a different output. Besides this any item might be collected at any point of time by the garbage collector if there is no strong reference left to that object. Therefore there is no guarantee to get a -- cgit v1.2.3