Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-07-01 15:51:16 +0300
committerRich Trott <rtrott@gmail.com>2021-07-03 17:45:58 +0300
commit975bbbc443c47df777d460fadaada3c6d265b321 (patch)
treefc3763934ddebf6470060e3c39b5e12a5b028bcb /doc/api
parenta1f07e5a25238f48105abada3d291aac3724fcc7 (diff)
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: https://github.com/nodejs/node/pull/39218 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/deprecations.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 695d938b842..aeee173abd7 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -1799,7 +1799,7 @@ Assigning properties to the top-level `this` as an alternative
to `module.exports` is deprecated. Developers should use `exports`
or `module.exports` instead.
-### DEP0093: `crypto.fips` is deprecated and replaced.
+### DEP0093: `crypto.fips` is deprecated and replaced
<!-- YAML
changes:
- version: v10.0.0
@@ -1812,7 +1812,7 @@ Type: Documentation-only
The [`crypto.fips`][] property is deprecated. Please use `crypto.setFips()`
and `crypto.getFips()` instead.
-### DEP0094: Using `assert.fail()` with more than one argument.
+### DEP0094: Using `assert.fail()` with more than one argument
<!-- YAML
changes:
- version: v10.0.0
@@ -1932,7 +1932,7 @@ Type: End-of-Life
The `--with-lttng` compile-time option has been removed.
-### DEP0102: Using `noAssert` in `Buffer#(read|write)` operations.
+### DEP0102: Using `noAssert` in `Buffer#(read|write)` operations
<!-- YAML
changes:
- version: v10.0.0