diff --git a/modules/angular2/src/core/annotations_impl/annotations.ts b/modules/angular2/src/core/annotations_impl/annotations.ts index 7ea8c0bd05..fbe3948cbd 100644 --- a/modules/angular2/src/core/annotations_impl/annotations.ts +++ b/modules/angular2/src/core/annotations_impl/annotations.ts @@ -720,7 +720,7 @@ export class Directive extends Injectable { lifecycle: List; /** - * If set to true the compiler does not compile the children of this directive. + * If set to false the compiler does not compile the children of this directive. */ // TODO(vsavkin): This would better fall under the Macro directive concept. compileChildren: boolean;