Browse Source

doc: fix typo in tls.md

PR-URL: https://github.com/nodejs/node/pull/15738
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
v6.x-staging
kohta ito 7 years ago
committed by Myles Borins
parent
commit
9be622123f
No known key found for this signature in database GPG Key ID: 933B01F40B5CA946
  1. 2
      doc/api/tls.md

2
doc/api/tls.md

@ -467,7 +467,7 @@ added: v0.11.4
* `socket` {net.Socket} An instance of [`net.Socket`][]
* `options` {Object}
* `isServer`: The SSL/TLS protocol is asymetrical, TLSSockets must know if
* `isServer`: The SSL/TLS protocol is asymmetrical, TLSSockets must know if
they are to behave as a server or a client. If `true` the TLS socket will be
instantiated as a server. Defaults to `false`.
* `server` {net.Server} An optional [`net.Server`][] instance.

Loading…
Cancel
Save