Typo: Hash_consing wiki link wrong Markdown syntax
This commit is contained in:
parent
4e43d6f769
commit
5c782d6ba8
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue