From 5c782d6ba8e1d570447cf2881bbc5335e9911d2b Mon Sep 17 00:00:00 2001 From: Josh Olson Date: Wed, 6 Jan 2016 13:12:09 -0600 Subject: [PATCH] Typo: Hash_consing wiki link wrong Markdown syntax --- modules/angular2/src/router/instruction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/src/router/instruction.ts b/modules/angular2/src/router/instruction.ts index 0afb9926ea..1c30dcb356 100644 --- a/modules/angular2/src/router/instruction.ts +++ b/modules/angular2/src/router/instruction.ts @@ -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. *