Skip to content

Commit 234fd82

Browse files
author
simonepri
committed
Improve JSDoc
1 parent ee947d7 commit 234fd82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function errorExist(type) {
1111
* @param {string} type The type of error to throw
1212
* @param {string} msg An error message
1313
* @param {(string|number)} errno An unique error id code to let clients handle the error
14-
* @param {...} [debug] An indefinite number of contex-debug information to pass
14+
* @param {...} [debug] An indefinite number of contex-debug information to collect
1515
*/
1616
function throwError(type, msg, errno, ...debug) {
1717
debug = debug || [];

0 commit comments

Comments
 (0)