diff --git a/modules/angular2/src/change_detection/interfaces.ts b/modules/angular2/src/change_detection/interfaces.ts index 779b76ed13..59e1fda40e 100644 --- a/modules/angular2/src/change_detection/interfaces.ts +++ b/modules/angular2/src/change_detection/interfaces.ts @@ -24,7 +24,8 @@ export class ProtoChangeDetector { * `JitChangeDetection` strategy at compile time. * * - * See: {@link DynamicChangeDetection}, {@link JitChangeDetection}, {@link PreGeneratedChangeDetection} + * See: {@link DynamicChangeDetection}, {@link JitChangeDetection}, + * {@link PreGeneratedChangeDetection} * * # Example * ```javascript