diff --git a/modules/angular2/src/core/annotations_impl/annotations.ts b/modules/angular2/src/core/annotations_impl/annotations.ts index 1aa2f4aaa5..8c934488bd 100644 --- a/modules/angular2/src/core/annotations_impl/annotations.ts +++ b/modules/angular2/src/core/annotations_impl/annotations.ts @@ -705,8 +705,8 @@ export class Directive extends Injectable { /** * Specifies a set of lifecycle hostListeners in which the directive participates. * - * See {@link annotations/onChange}, {@link annotations/onDestroy}, {@link - * annotations/onAllChangesDone} for details. + * See {@link annotations/onChange}, {@link annotations/onDestroy}, + * {@link annotations/onAllChangesDone} for details. */ lifecycle: List;