Skip to content

Commit 4d53c63

Browse files
Trotttargos
authored andcommitted
doc: fix boldface punctuation for full sentences
If an entire sentence is in boldface, then generally the terminating punctuation should as well. PR-URL: #39278 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 146f733 commit 4d53c63

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: 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

Diff for: 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`.
@@ -3216,7 +3216,7 @@ changes:
32163216
option is not `true`. **Default:** `0`.
32173217
* `recursive` {boolean} If `true`, perform a recursive directory removal. In
32183218
recursive mode, operations are retried on failure. **Default:** `false`.
3219-
**Deprecated**.
3219+
**Deprecated.**
32203220
* `retryDelay` {integer} The amount of time in milliseconds to wait between
32213221
retries. This option is ignored if the `recursive` option is not `true`.
32223222
**Default:** `100`.
@@ -4854,7 +4854,7 @@ changes:
48544854
option is not `true`. **Default:** `0`.
48554855
* `recursive` {boolean} If `true`, perform a recursive directory removal. In
48564856
recursive mode, operations are retried on failure. **Default:** `false`.
4857-
**Deprecated**.
4857+
**Deprecated.**
48584858
* `retryDelay` {integer} The amount of time in milliseconds to wait between
48594859
retries. This option is ignored if the `recursive` option is not `true`.
48604860
**Default:** `100`.

Diff for: 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

Diff for: 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)