docs(docgen): fixed a typo that was breaking dgeni

This commit is contained in:
Naomi Black 2015-05-22 13:28:09 -07:00
parent 5a52c0b71d
commit f6cd26b0a6
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ export class DynamicChangeDetection extends ChangeDetection {
/** /**
* Implements faster change detection, by generating source code. * Implements faster change detection, by generating source code.
* *
* This requires `eval()`. For change detection that does not require `eval()`, see {@link * This requires `eval()`. For change detection that does not require `eval()`, see
*DynamicChangeDetection}. * {@link DynamicChangeDetection}.
* *
* @exportedAs angular2/change_detection * @exportedAs angular2/change_detection
*/ */