Skip to content

Commit 11f6b43

Browse files
committed
lib: fix typo of param in JSDoc
`?object` -> `object`
1 parent 4830a6c commit 11f6b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/validators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function validateBoolean(value, name) {
220220
}
221221

222222
/**
223-
* @param {?object} options
223+
* @param {object} options
224224
* @param {string} key
225225
* @param {boolean} defaultValue
226226
* @returns {boolean}

0 commit comments

Comments
 (0)