summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-06-04 11:58:47 -0700
committerRich Trott <rtrott@gmail.com>2018-06-06 21:06:13 -0700
commit1252907c6c182b46248de87c515eca468257631d (patch)
tree9fdda15767c4190b88ceb608ea5c37ed7f3219ad /doc/api/util.md
parentcdd2e96a2dfe4022cb7e24aa71b9d40c43ff8102 (diff)
downloadandroid-node-v8-1252907c6c182b46248de87c515eca468257631d.tar.gz
android-node-v8-1252907c6c182b46248de87c515eca468257631d.tar.bz2
android-node-v8-1252907c6c182b46248de87c515eca468257631d.zip
doc: simplify deprecation language
Change instances of `foo has been deprecated` to `foo is deprecated` and similar. PR-URL: https://github.com/nodejs/node/pull/21136 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@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 5374fe0f49..db0790f7ea 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -1590,7 +1590,7 @@ util.types.isWebAssemblyCompiledModule(module); // Returns true
## Deprecated APIs
-The following APIs have been deprecated and should no longer be used. Existing
+The following APIs are deprecated and should no longer be used. Existing
applications and modules should be updated to find alternative approaches.
### util.\_extend(target, source)