Skip to content

Commit

Permalink
Update designs/2024-baseline-support/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas C. Zakas <[email protected]>
  • Loading branch information
softius and nzakas committed Aug 9, 2024
1 parent 48e9d0a commit 46cf6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designs/2024-baseline-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class SuppressedViolationsManager {
* @param {string[]} rules The rules to suppress.
* @returns {void}
*/
suppressByRule(results, rules)
suppressRules(results, rules)

/**
* Removes old suppressions that do not occur anymore.
Expand Down

0 comments on commit 46cf6ae

Please sign in to comment.