Typo: Hash_consing wiki link wrong Markdown syntax

This commit is contained in:
Josh Olson 2016-01-06 13:12:09 -06:00 committed by Alex Eagle
parent 4e43d6f769
commit 5c782d6ba8
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ export class RedirectInstruction extends ResolvedInstruction {
* `ComponentInstructions` is a public API. Instances of `ComponentInstruction` are passed
* to route lifecycle hooks, like {@link CanActivate}.
*
* `ComponentInstruction`s are [https://en.wikipedia.org/wiki/Hash_consing](hash consed). You should
* `ComponentInstruction`s are [hash consed](https://en.wikipedia.org/wiki/Hash_consing). You should
* never construct one yourself with "new." Instead, rely on {@link Router/RouteRecognizer} to
* construct `ComponentInstruction`s.
*