Skip to content

Commit

Permalink
Chore: Fix lint failure in JSDoc comment (#12489)
Browse files Browse the repository at this point in the history
We merged a PR that had been waiting for a while, and we had added a
lint rule since it had been opened that caused the build to fail once
merged to master.
  • Loading branch information
btmills committed Oct 24, 2019
1 parent aac3be4 commit 923a8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-param-reassign.js
Expand Up @@ -148,7 +148,7 @@ module.exports = {
* Tests that an identifier name matches any of the ignored property assignments.
* First we test strings in ignoredPropertyAssignmentsFor.
* Then we instantiate and test RegExp objects from ignoredPropertyAssignmentsForRegex strings.
* @param {string} identifierName - A string that describes the name of an identifier to
* @param {string} identifierName A string that describes the name of an identifier to
* ignore property assignments for.
* @returns {boolean} Whether the string matches an ignored property assignment regular expression or not.
*/
Expand Down

0 comments on commit 923a8cb

Please sign in to comment.