Skip to content

Commit 3f65b91

Browse files
Trotttargos
authored andcommitted
doc: remove superfluous MDN link in assert.md
PR-URL: #28246 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 0383947 commit 3f65b91

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/api/assert.md

-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ The `assert` module provides a set of assertion functions for verifying
88
invariants. The module provides a recommended [`strict` mode][] and a more
99
lenient legacy mode.
1010

11-
For more information about the used equality comparisons see
12-
[MDN's guide on equality comparisons and sameness][mdn-equality-guide].
13-
1411
## Class: assert.AssertionError
1512

1613
A subclass of `Error` that indicates the failure of an assertion. All errors
@@ -1289,5 +1286,4 @@ second argument. This might lead to difficult-to-spot errors.
12891286
[SameValue Comparison]: https://tc39.github.io/ecma262/#sec-samevalue
12901287
[Strict Equality Comparison]: https://tc39.github.io/ecma262/#sec-strict-equality-comparison
12911288
[enumerable "own" properties]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Enumerability_and_ownership_of_properties
1292-
[mdn-equality-guide]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness
12931289
[prototype-spec]: https://tc39.github.io/ecma262/#sec-ordinary-object-internal-methods-and-internal-slots

0 commit comments

Comments
 (0)