Skip to content

Commit

Permalink
doc: add missing parenthesis in TLSSocket section
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
tniessen authored and RafaelGSS committed Sep 7, 2022
1 parent fc17b80 commit 1c87a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.md
Expand Up @@ -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])`
Expand Down

0 comments on commit 1c87a7e

Please sign in to comment.