summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-07 03:21:31 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-07 12:43:19 +0300
commit0ac6ced2e9e09fdfe4b5c9aec8fb9a3f570f63e7 (patch)
tree4cf73f60dceac29cde9e2ac3e53aea46ecb019d1 /doc/api/util.md
parent63eb267c34198c4bece62cb6432bb2bceb399de6 (diff)
downloadandroid-node-v8-0ac6ced2e9e09fdfe4b5c9aec8fb9a3f570f63e7.tar.gz
android-node-v8-0ac6ced2e9e09fdfe4b5c9aec8fb9a3f570f63e7.tar.bz2
android-node-v8-0ac6ced2e9e09fdfe4b5c9aec8fb9a3f570f63e7.zip
doc: fix some links
PR-URL: https://github.com/nodejs/node/pull/19860 Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md2
1 files changed, 1 insertions, 1 deletions
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