docs(docgen): fixed a typo that was breaking dgeni
This commit is contained in:
parent
5a52c0b71d
commit
f6cd26b0a6
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue