This commit is contained in:
Chi Vinh Le
2017-09-07 03:59:15 +07:00
parent 41cd5b320f
commit b1b3db51a6
@@ -46,7 +46,7 @@ function getProbability(scores) {
}
/**
* isToxics determines if given probabilty or scores meets the toxicity threshold.
* isToxic determines if given probabilty or scores meets the toxicity threshold.
* @param {object|number} scores or probability
* @return {boolean}
*/