docs(di): fix links di docs

This commit is contained in:
vsavkin
2015-10-11 14:42:15 -07:00
parent 35878c559f
commit 52ebb8f0dd
3 changed files with 5 additions and 5 deletions

View File

@ -57,7 +57,7 @@ const _EMPTY_LIST = CONST_EXPR([]);
@CONST()
export class Provider {
/**
* Token used when retrieving this provider. Usually, it is a type {@link `Type`}.
* Token used when retrieving this provider. Usually, it is a type {@link Type}.
*/
token;