Skip to content

Commit 9c7c447

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 c97ebd7 commit 9c7c447

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/deprecations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ Assigning properties to the top-level `this` as an alternative
17741774
to `module.exports` is deprecated. Developers should use `exports`
17751775
or `module.exports` instead.
17761776

1777-
### DEP0093: `crypto.fips` is deprecated and replaced.
1777+
### DEP0093: `crypto.fips` is deprecated and replaced
17781778
<!-- YAML
17791779
changes:
17801780
- version: v10.0.0
@@ -1787,7 +1787,7 @@ Type: Documentation-only
17871787
The [`crypto.fips`][] property is deprecated. Please use `crypto.setFips()`
17881788
and `crypto.getFips()` instead.
17891789

1790-
### DEP0094: Using `assert.fail()` with more than one argument.
1790+
### DEP0094: Using `assert.fail()` with more than one argument
17911791
<!-- YAML
17921792
changes:
17931793
- version: v10.0.0
@@ -1907,7 +1907,7 @@ Type: End-of-Life
19071907

19081908
The `--with-lttng` compile-time option has been removed.
19091909

1910-
### DEP0102: Using `noAssert` in `Buffer#(read|write)` operations.
1910+
### DEP0102: Using `noAssert` in `Buffer#(read|write)` operations
19111911
<!-- YAML
19121912
changes:
19131913
- version: v10.0.0

0 commit comments

Comments
 (0)