Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f0f0103

Browse filesBrowse files
vsemozhetbytMylesBorins
authored andcommitted
doc: fix links in YAML metadata of assert.md
PR-URL: #18670 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 832e052 commit f0f0103
Copy full SHA for f0f0103

File tree

Expand file treeCollapse file tree

1 file changed

+6
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/assert.md‎

Copy file name to clipboardExpand all lines: doc/api/assert.md
+6-2Lines changed: 6 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ changes:
113113
description: Enumerable symbol properties are now compared.
114114
- version: v9.0.0
115115
pr-url: https://github.com/nodejs/node/pull/15036
116-
description: NaN is now compared using the [SameValueZero][] comparison.
116+
description: NaN is now compared using the
117+
[SameValueZero](https://tc39.github.io/ecma262/#sec-samevaluezero)
118+
comparison.
117119
- version: v8.5.0
118120
pr-url: https://github.com/nodejs/node/pull/15001
119121
description: Error names and messages are now properly compared
@@ -461,7 +463,9 @@ changes:
461463
description: -0 and +0 are not considered equal anymore.
462464
- version: v9.0.0
463465
pr-url: https://github.com/nodejs/node/pull/15036
464-
description: NaN is now compared using the [SameValueZero][] comparison.
466+
description: NaN is now compared using the
467+
[SameValueZero](https://tc39.github.io/ecma262/#sec-samevaluezero)
468+
comparison.
465469
- version: v9.0.0
466470
pr-url: https://github.com/nodejs/node/pull/15001
467471
description: Error names and messages are now properly compared

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.