X Tutup
The Wayback Machine - https://web.archive.org/web/20220320004634/https://github.com/nodejs/node/commit/80fa1f5722
Skip to content
Permalink
Browse files
doc: fix malformed hashes in assert.md
URL hashes cannot contain `#`. Use hashes for the locations that were
intended.

PR-URL: #35028
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
Trott authored and addaleax committed Sep 22, 2020
1 parent 627e484 commit 80fa1f57226dab591f3b5af6b9aa8cbe8424390f
Showing with 2 additions and 2 deletions.
  1. +2 −2 doc/api/assert.md
@@ -1546,8 +1546,8 @@ argument.
[`assert.strictEqual()`]: #assert_assert_strictequal_actual_expected_message
[`assert.throws()`]: #assert_assert_throws_fn_error_message
[`process.on('exit')`]: process.html#process_event_exit
[`tracker.calls()`]: #assert_class_assert_CallTracker#tracker_calls
[`tracker.verify()`]: #assert_class_assert_CallTracker#tracker_verify
[`tracker.calls()`]: #assert_tracker_calls_fn_exact
[`tracker.verify()`]: #assert_tracker_verify
[strict assertion mode]: #assert_strict_assertion_mode
[Abstract Equality Comparison]: https://tc39.github.io/ecma262/#sec-abstract-equality-comparison
[Object wrappers]: https://developer.mozilla.org/en-US/docs/Glossary/Primitive#Primitive_wrapper_objects_in_JavaScript

0 comments on commit 80fa1f5

Please sign in to comment.
X Tutup