Skip to content

Commit

Permalink
chore(docs): fix another link broken by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
naomiblack committed Jun 2, 2015
1 parent 1fae8d6 commit 6a0fe93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/angular2/src/core/annotations_impl/annotations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<LifecycleEvent>;

Expand Down

0 comments on commit 6a0fe93

Please sign in to comment.