summaryrefslogtreecommitdiff
path: root/doc/api/util.md
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 e7892fbc05..7fcb595dcd 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -1769,11 +1769,11 @@ added: v0.7.5
deprecated: v6.0.0
-->
+> Stability: 0 - Deprecated: Use [`Object.assign()`] instead.
+
* `target` {Object}
* `source` {Object}
-> Stability: 0 - Deprecated: Use [`Object.assign()`] instead.
-
The `util._extend()` method was never intended to be used outside of internal
Node.js modules. The community found and used it anyway.