From 332e935048d161764046b43fe6599e1db2afc3b6 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 26 Feb 2014 11:46:02 +0000 Subject: docs(*): fix jsdoc type expressions These errors in the docs were preventing some parts of the docs from being parsed. --- src/minErr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/minErr.js') diff --git a/src/minErr.js b/src/minErr.js index e42a0817..7df5fdff 100644 --- a/src/minErr.js +++ b/src/minErr.js @@ -25,7 +25,7 @@ * should all be static strings, not variables or general expressions. * * @param {string} module The namespace to use for the new minErr instance. - * @returns {function(string, string, ...): Error} instance + * @returns {function(code:string, template:string, ...templateArgs): Error} minErr instance */ function minErr(module) { -- cgit v1.2.3