From f6cd26b0a6dbcef6ddeb5dc0565dce1256ea157e Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Fri, 22 May 2015 13:28:09 -0700 Subject: [PATCH] docs(docgen): fixed a typo that was breaking dgeni --- modules/angular2/src/change_detection/change_detection.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */