Skip to content

Commit

Permalink
docs(dgeni): fix a dgeni link error due to ambiguous link
Browse files Browse the repository at this point in the history
  • Loading branch information
naomiblack committed Aug 19, 2015
1 parent 9757c13 commit ffc63fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/angular2/src/core/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ export var Query: QueryFactory = makeParamDecorator(QueryMetadata);


/**
* {@link ViewQueryMetadata} factory function.
* {@link di/ViewQueryMetadata} factory function.
*/
export var ViewQuery: QueryFactory = makeParamDecorator(ViewQueryMetadata);

Expand Down

0 comments on commit ffc63fc

Please sign in to comment.