Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
tls.createSecurePair(): fix documentation typo
Browse files Browse the repository at this point in the history
Reviewed-By: James M Snell <[email protected]>
PR-URL: #25341
  • Loading branch information
socketpair authored and jasnell committed Jun 4, 2015
1 parent 016ff77 commit 4d3514f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ encrypted data, and one reads/writes cleartext data.
Generally the encrypted one is piped to/from an incoming encrypted data stream,
and the cleartext one is used as a replacement for the initial encrypted stream.

- `credentials`: A secure context object from tls.createSecureContext( ... )
- `context`: A secure context object from tls.createSecureContext( ... )

- `isServer`: A boolean indicating whether this tls connection should be
opened as a server or a client.
Expand Down

0 comments on commit 4d3514f

Please sign in to comment.