Skip to content

Commit 9257372

Browse files
committed
doc: fix boldface punctuation for full sentences
If an entire sentence is in boldface, then generally the terminating punctuation should as well. PR-URL: nodejs#39278 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent a8a8638 commit 9257372

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

doc/api/domain.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ changes:
2020
2121
<!-- source_link=lib/domain.js -->
2222

23-
**This module is pending deprecation**. Once a replacement API has been
23+
**This module is pending deprecation.** Once a replacement API has been
2424
finalized, this module will be fully deprecated. Most developers should
2525
**not** have cause to use this module. Users who absolutely must have
2626
the functionality that domains provide may rely on it for the time being

doc/api/fs.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ changes:
10871087
option is not `true`. **Default:** `0`.
10881088
* `recursive` {boolean} If `true`, perform a recursive directory removal. In
10891089
recursive mode, operations are retried on failure. **Default:** `false`.
1090-
**Deprecated**.
1090+
**Deprecated.**
10911091
* `retryDelay` {integer} The amount of time in milliseconds to wait between
10921092
retries. This option is ignored if the `recursive` option is not `true`.
10931093
**Default:** `100`.
@@ -3220,7 +3220,7 @@ changes:
32203220
option is not `true`. **Default:** `0`.
32213221
* `recursive` {boolean} If `true`, perform a recursive directory removal. In
32223222
recursive mode, operations are retried on failure. **Default:** `false`.
3223-
**Deprecated**.
3223+
**Deprecated.**
32243224
* `retryDelay` {integer} The amount of time in milliseconds to wait between
32253225
retries. This option is ignored if the `recursive` option is not `true`.
32263226
**Default:** `100`.
@@ -4862,7 +4862,7 @@ changes:
48624862
option is not `true`. **Default:** `0`.
48634863
* `recursive` {boolean} If `true`, perform a recursive directory removal. In
48644864
recursive mode, operations are retried on failure. **Default:** `false`.
4865-
**Deprecated**.
4865+
**Deprecated.**
48664866
* `retryDelay` {integer} The amount of time in milliseconds to wait between
48674867
retries. This option is ignored if the `recursive` option is not `true`.
48684868
**Default:** `100`.

doc/api/punycode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ deprecated: v7.0.0
99
1010
<!-- source_link=lib/punycode.js -->
1111

12-
**The version of the punycode module bundled in Node.js is being deprecated**.
12+
**The version of the punycode module bundled in Node.js is being deprecated.**
1313
In a future major version of Node.js this module will be removed. Users
1414
currently depending on the `punycode` module should switch to using the
1515
userland-provided [Punycode.js][] module instead. For punycode-based URL

doc/api/vm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
The `vm` module enables compiling and running code within V8 Virtual
1212
Machine contexts. **The `vm` module is not a security mechanism. Do
13-
not use it to run untrusted code**.
13+
not use it to run untrusted code.**
1414

1515
JavaScript code can be compiled and run immediately or
1616
compiled, saved, and run later.

0 commit comments

Comments
 (0)