X Tutup
Skip to content

Commit 5c782d6

Browse files
OlsonDevalexeagle
authored andcommitted
Typo: Hash_consing wiki link wrong Markdown syntax
1 parent 4e43d6f commit 5c782d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/src/router/instruction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export class RedirectInstruction extends ResolvedInstruction {
297297
* `ComponentInstructions` is a public API. Instances of `ComponentInstruction` are passed
298298
* to route lifecycle hooks, like {@link CanActivate}.
299299
*
300-
* `ComponentInstruction`s are [https://en.wikipedia.org/wiki/Hash_consing](hash consed). You should
300+
* `ComponentInstruction`s are [hash consed](https://en.wikipedia.org/wiki/Hash_consing). You should
301301
* never construct one yourself with "new." Instead, rely on {@link Router/RouteRecognizer} to
302302
* construct `ComponentInstruction`s.
303303
*

0 commit comments

Comments
 (0)
X Tutup