Skip to content

Commit

Permalink
doc: fix links in YAML metadata of assert.md
Browse files Browse the repository at this point in the history
PR-URL: #18670
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
vsemozhetbyt authored and MylesBorins committed Feb 21, 2018
1 parent 64aae93 commit c07ac3d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/api/assert.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ changes:
description: Enumerable symbol properties are now compared.
- version: v9.0.0
pr-url: https:/nodejs/node/pull/15036
description: NaN is now compared using the [SameValueZero][] comparison.
description: NaN is now compared using the
[SameValueZero](https://tc39.github.io/ecma262/#sec-samevaluezero)
comparison.
- version: v8.5.0
pr-url: https:/nodejs/node/pull/15001
description: Error names and messages are now properly compared
Expand Down Expand Up @@ -461,7 +463,9 @@ changes:
description: -0 and +0 are not considered equal anymore.
- version: v9.0.0
pr-url: https:/nodejs/node/pull/15036
description: NaN is now compared using the [SameValueZero][] comparison.
description: NaN is now compared using the
[SameValueZero](https://tc39.github.io/ecma262/#sec-samevaluezero)
comparison.
- version: v9.0.0
pr-url: https:/nodejs/node/pull/15001
description: Error names and messages are now properly compared
Expand Down

0 comments on commit c07ac3d

Please sign in to comment.