Skip to content

Commit

Permalink
docs(core): remove link to non-existent class in InjectableDecorator (
Browse files Browse the repository at this point in the history
#16653)

Closes #16640
  • Loading branch information
petebacondarwin authored and jasonaden committed May 9, 2017
1 parent 7b4a8d5 commit b44eb32
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 b44eb32

Please sign in to comment.