Skip to content

Commit

Permalink
marascuilo --> marascuillo
Browse files Browse the repository at this point in the history
  • Loading branch information
jerath committed May 29, 2014
1 parent fd1f044 commit fb5a979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confidence.js
Expand Up @@ -453,7 +453,7 @@ Confidence.prototype.getMarascuilloResult = function() {
if (chiPartSum > critChi) {
// there is a difference, proceed to marascuillo
var bestVariant = this.getBestVariant();
result = this.marascuilo(bestVariant, critChi);
result = this.marascuillo(bestVariant, critChi);
} else {
// Enough data, no winner
result = {
Expand Down

0 comments on commit fb5a979

Please sign in to comment.