From e89139dc9dd4a9c104d71167bea4987b766767df Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Thu, 27 Feb 2014 21:54:26 +0000 Subject: docs(*): ensure jsdoc type expressions are valid --- src/ngResource/resource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ngResource/resource.js') 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.=} 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}: * -- cgit v1.2.3