summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-05-04 09:53:42 -0700
committerRich Trott <rtrott@gmail.com>2018-05-07 11:16:36 -0700
commit46e6c53de88e22e29c887407e6f7d893f8d04568 (patch)
tree293b528b08b9321ba53b026de426b36d53b26694 /doc
parent395c8731586f51f0ef1147ff249e48df9ad5785c (diff)
downloadandroid-node-v8-46e6c53de88e22e29c887407e6f7d893f8d04568.tar.gz
android-node-v8-46e6c53de88e22e29c887407e6f7d893f8d04568.tar.bz2
android-node-v8-46e6c53de88e22e29c887407e6f7d893f8d04568.zip
doc: edit text for DEP0101
Make the text slightly more concise. Fix awkward verb tense. PR-URL: https://github.com/nodejs/node/pull/20519 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 975a514fce..cd10c8db62 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -925,7 +925,7 @@ This was never a documented feature.
Type: End-of-Life
-The `--with-lttng` compile time option is removed.
+The `--with-lttng` compile-time option has been removed.
<a id="DEP0102"></a>
### DEP0102: Using `noAssert` in Buffer#(read|write) operations.