Skip to content

Commit f0f0103

Browse files
vsemozhetbytMylesBorins
authored andcommitted
doc: fix links in YAML metadata of assert.md
PR-URL: #18670 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 832e052 commit f0f0103

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/api/assert.md

+6-2
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)