Skip to content

Commit 654e54f

Browse files
committed
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.
1 parent 7ebf36c commit 654e54f

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
@@ -1799,7 +1799,7 @@ Assigning properties to the top-level `this` as an alternative
17991799
to `module.exports` is deprecated. Developers should use `exports`
18001800
or `module.exports` instead.
18011801

1802-
### DEP0093: `crypto.fips` is deprecated and replaced.
1802+
### DEP0093: `crypto.fips` is deprecated and replaced
18031803
<!-- YAML
18041804
changes:
18051805
- version: v10.0.0
@@ -1812,7 +1812,7 @@ Type: Documentation-only
18121812
The [`crypto.fips`][] property is deprecated. Please use `crypto.setFips()`
18131813
and `crypto.getFips()` instead.
18141814

1815-
### DEP0094: Using `assert.fail()` with more than one argument.
1815+
### DEP0094: Using `assert.fail()` with more than one argument
18161816
<!-- YAML
18171817
changes:
18181818
- version: v10.0.0
@@ -1932,7 +1932,7 @@ Type: End-of-Life
19321932

19331933
The `--with-lttng` compile-time option has been removed.
19341934

1935-
### DEP0102: Using `noAssert` in `Buffer#(read|write)` operations.
1935+
### DEP0102: Using `noAssert` in `Buffer#(read|write)` operations
19361936
<!-- YAML
19371937
changes:
19381938
- version: v10.0.0

0 commit comments

Comments
 (0)