Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fadb297

Browse filesBrowse files
Trottgibfahn
authored andcommitted
doc: use serial comma in tls.md
PR-URL: #17464 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent fa107dd commit fadb297
Copy full SHA for fadb297

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/tls.md‎

Copy file name to clipboardExpand all lines: doc/api/tls.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,8 @@ added: v0.8.4
753753

754754
Verifies the certificate `cert` is issued to host `host`.
755755

756-
Returns {Error} object, populating it with the reason, host and cert on failure.
757-
On success, returns {undefined}.
756+
Returns {Error} object, populating it with the reason, host, and cert on
757+
failure. On success, returns {undefined}.
758758

759759
*Note*: This function can be overwritten by providing alternative function
760760
as part of the `options.checkServerIdentity` option passed to `tls.connect()`.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.