We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3750e5 commit 214c65dCopy full SHA for 214c65d
1 file changed
src/auto/injector.js
@@ -317,7 +317,7 @@ function annotate(fn) {
317
* * {@link auto.$provide#factory factory(fn)} - registers a service **factory function**, `fn`,
318
* that will be wrapped in a **service provider** object, whose `$get` property will contain the
319
* given factory function.
320
- * * {@link auto.$provide#service service(class)} - registers a **constructor function**, `class` that
+ * * {@link auto.$provide#service service(class)} - registers a **constructor function**, `class`
321
* that will be wrapped in a **service provider** object, whose `$get` property will instantiate
322
* a new object using the given constructor function.
323
*
0 commit comments