Skip to content

Commit

Permalink
docs(*): update comments for addWords
Browse files Browse the repository at this point in the history
  • Loading branch information
web-mech committed Oct 23, 2018
1 parent ef2adea commit e15b99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/badwords.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Filter {

/**
* Add word(s) to blacklist filter / remove words from whitelist filter
* @param {...string}
* @param {...string} word - Word(s) to add to blacklist
*/
addWords() {
let words = Array.from(arguments);
Expand Down

0 comments on commit e15b99e

Please sign in to comment.