Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index 20d8facc04f..250f6ceebf0 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -361,7 +361,7 @@ stream.write('With ES6');
<!-- YAML
added: v0.3.0
changes:
- - version: REPLACEME
+ - version: v10.12.0
pr-url: https://github.com/nodejs/node/pull/22788
description: The `sorted` option is supported now.
- version: v10.6.0
@@ -663,7 +663,7 @@ util.inspect(obj);
<!-- YAML
added: v6.6.0
changes:
- - version: REPLACEME
+ - version: v10.12.0
pr-url: https://github.com/nodejs/node/pull/20857
description: This is now defined as a shared symbol.
-->