Skip to content

Commit

Permalink
docs(di): remove link to non-existent class in InjectableDecorator
Browse files Browse the repository at this point in the history
Closes #16640
  • Loading branch information
petebacondarwin committed May 9, 2017
1 parent e11f529 commit b4e2e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/di/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export interface InjectableDecorator {
*
* {@example core/di/ts/metadata_spec.ts region='Injectable'}
*
* {@link Injector} will throw {@link NoAnnotationError} when trying to instantiate a class that
* {@link Injector} will throw an error when trying to instantiate a class that
* does not have `@Injectable` marker, as shown in the example below.
*
* {@example core/di/ts/metadata_spec.ts region='InjectableThrows'}
Expand Down

0 comments on commit b4e2e54

Please sign in to comment.