Skip to content

Commit 24a1f7e

Browse files
Trotttargos
authored andcommitted
doc: use more consistent formatting for deprecations
Most deprecations do not end with a full-stop/period, but three of them do. Well, not anymore after this change. PR-URL: #39218 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 24c0d7d commit 24a1f7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: doc/api/deprecations.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ Assigning properties to the top-level `this` as an alternative
17961796
to `module.exports` is deprecated. Developers should use `exports`
17971797
or `module.exports` instead.
17981798

1799-
### DEP0093: `crypto.fips` is deprecated and replaced.
1799+
### DEP0093: `crypto.fips` is deprecated and replaced
18001800
<!-- YAML
18011801
changes:
18021802
- version: v10.0.0
@@ -1809,7 +1809,7 @@ Type: Documentation-only
18091809
The [`crypto.fips`][] property is deprecated. Please use `crypto.setFips()`
18101810
and `crypto.getFips()` instead.
18111811

1812-
### DEP0094: Using `assert.fail()` with more than one argument.
1812+
### DEP0094: Using `assert.fail()` with more than one argument
18131813
<!-- YAML
18141814
changes:
18151815
- version: v10.0.0
@@ -1929,7 +1929,7 @@ Type: End-of-Life
19291929

19301930
The `--with-lttng` compile-time option has been removed.
19311931

1932-
### DEP0102: Using `noAssert` in `Buffer#(read|write)` operations.
1932+
### DEP0102: Using `noAssert` in `Buffer#(read|write)` operations
19331933
<!-- YAML
19341934
changes:
19351935
- version: v10.0.0

0 commit comments

Comments
 (0)