Skip to content

Commit

Permalink
lib: fix typo of param in JSDoc
Browse files Browse the repository at this point in the history
`?object` -> `object`
  • Loading branch information
deokjinkim committed Dec 29, 2022
1 parent 4830a6c commit 11f6b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/validators.js
Expand Up @@ -220,7 +220,7 @@ function validateBoolean(value, name) {
}

/**
* @param {?object} options
* @param {object} options
* @param {string} key
* @param {boolean} defaultValue
* @returns {boolean}
Expand Down

0 comments on commit 11f6b43

Please sign in to comment.