aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngResource/resource.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/ngResource/resource.js
parent26169075c84d89c13b22d225f415841e85ed1036 (diff)
downloadangular.js-e89139dc9dd4a9c104d71167bea4987b766767df.tar.bz2
docs(*): ensure jsdoc type expressions are valid
Diffstat (limited to 'src/ngResource/resource.js')
-rw-r--r--src/ngResource/resource.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js
index 610c14fd..66433736 100644
--- a/src/ngResource/resource.js
+++ b/src/ngResource/resource.js
@@ -97,7 +97,7 @@ function shallowClearAndCopy(src, dst) {
* If the parameter value is prefixed with `@` then the value of that parameter is extracted from
* the data object (useful for non-GET operations).
*
- * @param {Object.<Object>=} actions Hash with declaration of custom action that should extend
+ * @param {Object.<Object>=} actions Hash with declaration of custom action that should extend
* the default set of resource actions. The declaration should be created in the format of {@link
* ng.$http#usage_parameters $http.config}:
*