summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2019-10-01 18:57:09 +0300
committerRich Trott <rtrott@gmail.com>2019-10-03 13:59:40 -0700
commitd5882a95449b7970a9c928a3e6076e09c019212a (patch)
treef4b446a99b97d59d69edd6690b0168e29e53ba48 /doc/api/util.md
parent4fa1744e1108c34c5cdfba99249346830bb9cbe7 (diff)
downloadandroid-node-v8-d5882a95449b7970a9c928a3e6076e09c019212a.tar.gz
android-node-v8-d5882a95449b7970a9c928a3e6076e09c019212a.tar.bz2
android-node-v8-d5882a95449b7970a9c928a3e6076e09c019212a.zip
doc: unify place of stability notes
In most cases, stability note is the first info in a doc section after YAML. This PR makes it consistent across all docs, as this info seems the most relevant for a reader. PR-URL: https://github.com/nodejs/node/pull/29799 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
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.