Skip to content

Commit 9796efa

Browse files
sam-githubMylesBorins
authored andcommitted
doc: strip trailing whitespace
PR-URL: #9620 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 35b094b commit 9796efa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/api/crypto.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,7 @@ See the reference for other recommendations and details.
16201620

16211621
## Crypto Constants
16221622

1623-
The following constants exported by `crypto.constants` apply to various uses of
1623+
The following constants exported by `crypto.constants` apply to various uses of
16241624
the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
16251625

16261626
### OpenSSL Options
@@ -1639,13 +1639,13 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
16391639
<tr>
16401640
<td><code>SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION</code></td>
16411641
<td>Allows legacy insecure renegotiation between OpenSSL and unpatched
1642-
clients or servers. See
1642+
clients or servers. See
16431643
https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html.</td>
16441644
</tr>
16451645
<tr>
16461646
<td><code>SSL_OP_CIPHER_SERVER_PREFERENCE</code></td>
16471647
<td>Uses the server's preferences instead of the clients when selecting a
1648-
cipher. See
1648+
cipher. See
16491649
https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html.</td>
16501650
</tr>
16511651
<tr>

doc/api/net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ A factory function, which returns a new [`net.Socket`][] and automatically
765765
connects with the supplied `options`.
766766

767767
The options are passed to both the [`net.Socket`][] constructor and the
768-
[`socket.connect`][] method.
768+
[`socket.connect`][] method.
769769

770770
Passing `timeout` as an option will call [`socket.setTimeout()`][] after the socket is created, but before it is connecting.
771771

doc/api/v8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ For example:
101101
added: v1.0.0
102102
-->
103103

104-
The `v8.setFlagsFromString()` method can be used to programmatically set
104+
The `v8.setFlagsFromString()` method can be used to programmatically set
105105
V8 command line flags. This method should be used with care. Changing settings
106106
after the VM has started may result in unpredictable behavior, including
107107
crashes and data loss; or it may simply do nothing.

0 commit comments

Comments
 (0)