summaryrefslogtreecommitdiff
path: root/doc/api/tls.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/tls.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/tls.md')
-rw-r--r--doc/api/tls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 2f600fb424..0e1cf39c2b 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -1269,7 +1269,7 @@ deprecated: v0.11.3
> Stability: 0 - Deprecated: Use [`tls.TLSSocket`][] instead.
The `tls.CryptoStream` class represents a stream of encrypted data. This class
-has been deprecated and should no longer be used.
+is deprecated and should no longer be used.
#### cryptoStream.bytesWritten
<!-- YAML