Skip to content

Commit 89e5ac9

Browse files
tniessenjuanarbol
authored andcommitted
doc: add missing parenthesis in TLSSocket section
PR-URL: #44512 Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 67cbbcc commit 89e5ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/tls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ negotiation.
807807
Instances of `tls.TLSSocket` implement the duplex [Stream][] interface.
808808

809809
Methods that return TLS connection metadata (e.g.
810-
[`tls.TLSSocket.getPeerCertificate()`][] will only return data while the
810+
[`tls.TLSSocket.getPeerCertificate()`][]) will only return data while the
811811
connection is open.
812812

813813
### `new tls.TLSSocket(socket[, options])`

0 commit comments

Comments
 (0)