From fbf006c1b28ee159f105ac44706496e8466dcbce Mon Sep 17 00:00:00 2001 From: Viktor Zozulyak Date: Tue, 7 Apr 2015 21:39:58 +0300 Subject: [PATCH] docs(angular.injector): missing optional parameter mark --- src/auto/injector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto/injector.js b/src/auto/injector.js index fb1dc3960a26..80db9ee68e52 100644 --- a/src/auto/injector.js +++ b/src/auto/injector.js @@ -179,7 +179,7 @@ function annotate(fn, strictDi, name) { * Return an instance of the service. * * @param {string} name The name of the instance to retrieve. - * @param {string} caller An optional string to provide the origin of the function call for error messages. + * @param {string=} caller An optional string to provide the origin of the function call for error messages. * @return {*} The instance. */