aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/script.js
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-27 21:54:26 +0000
committerPeter Bacon Darwin2014-03-02 15:02:29 +0000
commite89139dc9dd4a9c104d71167bea4987b766767df (patch)
treea408120c247e7c4658f905453f2cb9c268a69114 /src/ng/directive/script.js
parent26169075c84d89c13b22d225f415841e85ed1036 (diff)
downloadangular.js-e89139dc9dd4a9c104d71167bea4987b766767df.tar.bz2
docs(*): ensure jsdoc type expressions are valid
Diffstat (limited to 'src/ng/directive/script.js')
-rw-r--r--src/ng/directive/script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/script.js b/src/ng/directive/script.js
index 43a7bd96..8638a3c2 100644
--- a/src/ng/directive/script.js
+++ b/src/ng/directive/script.js
@@ -12,7 +12,7 @@
* `<script>` element must be specified as `text/ng-template`, and a cache name for the template must be
* assigned through the element's `id`, which can then be used as a directive's `templateUrl`.
*
- * @param {'text/ng-template'} type Must be set to `'text/ng-template'`.
+ * @param {string} type Must be set to `'text/ng-template'`.
* @param {string} id Cache name of the template.
*
* @example