aboutsummaryrefslogtreecommitdiffstats
path: root/src/minErr.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/minErr.js')
-rw-r--r--src/minErr.js2
1 files changed, 1 insertions, 1 deletions
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) {