diff --git a/modules/angular2/src/change_detection/change_detection.ts b/modules/angular2/src/change_detection/change_detection.ts index 3cc06083a9..713c41a809 100644 --- a/modules/angular2/src/change_detection/change_detection.ts +++ b/modules/angular2/src/change_detection/change_detection.ts @@ -115,8 +115,8 @@ export class DynamicChangeDetection extends ChangeDetection { /** * Implements faster change detection, by generating source code. * - * This requires `eval()`. For change detection that does not require `eval()`, see {@link - *DynamicChangeDetection}. + * This requires `eval()`. For change detection that does not require `eval()`, see + * {@link DynamicChangeDetection}. * * @exportedAs angular2/change_detection */