Skip to content

Commit 08a3e5d

Browse files
committed
docs(docgen): fixed a typo that was breaking dgeni
1 parent 7aeb1d3 commit 08a3e5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/angular2/src/change_detection/change_detection.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ export class DynamicChangeDetection extends ChangeDetection {
115115
/**
116116
* Implements faster change detection, by generating source code.
117117
*
118-
* This requires `eval()`. For change detection that does not require `eval()`, see {@link
119-
*DynamicChangeDetection}.
118+
* This requires `eval()`. For change detection that does not require `eval()`, see
119+
* {@link DynamicChangeDetection}.
120120
*
121121
* @exportedAs angular2/change_detection
122122
*/

0 commit comments

Comments
 (0)