Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-09-04 19:00:43 +0300
committerGitHub <noreply@github.com>2022-09-04 19:00:43 +0300
commit4236ef926fdc7264d7b430e0021eb88607f5a5e1 (patch)
tree0fbd3fc7aaee0a8503e9a7021e0160b7444c821a /doc/api/tls.md
parente43f0d7ae81c70f1ad817eb8dc5522eb5d533d7a (diff)
doc: add missing parenthesis in TLSSocket section
PR-URL: https://github.com/nodejs/node/pull/44512 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@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 3477a90faa6..ac74e559dd0 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -807,7 +807,7 @@ negotiation.
Instances of `tls.TLSSocket` implement the duplex [Stream][] interface.
Methods that return TLS connection metadata (e.g.
-[`tls.TLSSocket.getPeerCertificate()`][] will only return data while the
+[`tls.TLSSocket.getPeerCertificate()`][]) will only return data while the
connection is open.
### `new tls.TLSSocket(socket[, options])`