Fix comment

This commit is contained in:
nathen 2024-03-10 00:20:06 -05:00
parent 6ddb2b7f8b
commit 537059504a
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ private double computeAccuracyValue(ScoreInfo score, TaikoDifficultyAttributes a
double n = totalHits;
// Proportion of greats hit, ignoring misses.
// Proportion of greats hit.
double p = countGreat / n;
// We can be 99% confident that p is at least this value.