From 5a542d8ba80b7c4a6baf98137488055b97d3fef8 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Mon, 15 Jun 2015 00:16:10 +0100 Subject: [PATCH] docs(change_detection): fix link to `PreGeneratedChangeDetection` --- modules/angular2/src/change_detection/interfaces.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/src/change_detection/interfaces.ts b/modules/angular2/src/change_detection/interfaces.ts index aae6d275b4..779b76ed13 100644 --- a/modules/angular2/src/change_detection/interfaces.ts +++ b/modules/angular2/src/change_detection/interfaces.ts @@ -24,7 +24,7 @@ export class ProtoChangeDetector { * `JitChangeDetection` strategy at compile time. * * - * See: {@link DynamicChangeDetection}, {@link JitChangeDetection}, {@link PregenChangeDetection} + * See: {@link DynamicChangeDetection}, {@link JitChangeDetection}, {@link PreGeneratedChangeDetection} * * # Example * ```javascript