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
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-01 21:35:23 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-10-09 21:46:46 +0300
commit9fedb044e7d6d9802215ed4d04226c5a642b1fb1 (patch)
treea3cbb620965cb6d9cdb46db7666b0be400997055 /doc/api/assert.md
parent125523bffe9e5fbc14af185da6f682e08c05b1ba (diff)
doc: changes description must end with a period
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/139 PR-URL: https://github.com/nodejs/node/pull/35454 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index df4d795bec1..1478515c811 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -15,7 +15,7 @@ added: v9.9.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/34001
- description: Exposed as `require('assert/strict')`
+ description: Exposed as `require('assert/strict')`.
- version:
- v13.9.0
- v12.16.2
@@ -330,10 +330,10 @@ changes:
minor comparison adjustments to make the check less surprising.
- version: v9.0.0
pr-url: https://github.com/nodejs/node/pull/15001
- description: The `Error` names and messages are now properly compared
+ description: The `Error` names and messages are now properly compared.
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/12142
- description: The `Set` and `Map` content is also compared
+ description: The `Set` and `Map` content is also compared.
- version:
- v6.4.0
- v4.7.1
@@ -456,10 +456,10 @@ changes:
comparison.
- version: v8.5.0
pr-url: https://github.com/nodejs/node/pull/15001
- description: The `Error` names and messages are now properly compared
+ description: The `Error` names and messages are now properly compared.
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/12142
- description: The `Set` and `Map` content is also compared
+ description: The `Set` and `Map` content is also compared.
- version:
- v6.4.0
- v4.7.1
@@ -999,10 +999,10 @@ changes:
NaN.
- version: v9.0.0
pr-url: https://github.com/nodejs/node/pull/15001
- description: The `Error` names and messages are now properly compared
+ description: The `Error` names and messages are now properly compared.
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/12142
- description: The `Set` and `Map` content is also compared
+ description: The `Set` and `Map` content is also compared.
- version:
- v6.4.0
- v4.7.1
@@ -1087,10 +1087,10 @@ changes:
comparison.
- version: v9.0.0
pr-url: https://github.com/nodejs/node/pull/15001
- description: The `Error` names and messages are now properly compared
+ description: The `Error` names and messages are now properly compared.
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/12142
- description: The `Set` and `Map` content is also compared
+ description: The `Set` and `Map` content is also compared.
- version:
- v6.4.0
- v4.7.1
@@ -1176,7 +1176,7 @@ added: v0.1.21
changes:
- version: v10.0.0
pr-url: https://github.com/nodejs/node/pull/17003
- description: Used comparison changed from Strict Equality to `Object.is()`
+ description: Used comparison changed from Strict Equality to `Object.is()`.
-->
* `actual` {any}
@@ -1355,7 +1355,7 @@ added: v0.1.21
changes:
- version: v10.0.0
pr-url: https://github.com/nodejs/node/pull/17003
- description: Used comparison changed from Strict Equality to `Object.is()`
+ description: Used comparison changed from Strict Equality to `Object.is()`.
-->
* `actual` {any}