diff --git a/modules/angular2/src/core/annotations/annotations.js b/modules/angular2/src/core/annotations/annotations.js index ddfd500f53..4ca676388f 100644 --- a/modules/angular2/src/core/annotations/annotations.js +++ b/modules/angular2/src/core/annotations/annotations.js @@ -139,7 +139,7 @@ import {Injectable} from 'angular2/di'; * @Decorator({ selector: '[my-directive]' }) * class MyDirective { * constructor(dependency: Dependency) { - * expect(dependency.id).toEqual(2); + * expect(dependency.id).toEqual(3); * } * } * ```