Skip to content

Commit

Permalink
doc: mark tlsSocket.authorized as boolean property
Browse files Browse the repository at this point in the history
This is not a function and should not have a return type.
  • Loading branch information
tniessen committed Apr 7, 2022
1 parent 3c75264 commit 0f9204c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ property is set only when `tlsSocket.authorized === false`.
added: v0.11.4
-->

* Returns: {boolean}
* {boolean}

Returns `true` if the peer certificate was signed by one of the CAs specified
when creating the `tls.TLSSocket` instance, otherwise `false`.
Expand Down

0 comments on commit 0f9204c

Please sign in to comment.