Skip to content

Commit

Permalink
lib: apply same style to 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 d7309d9
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 d7309d9

Please sign in to comment.