1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-17 05:22:54 +08:00

Fix comment

This commit is contained in:
nathen 2024-03-10 00:20:06 -05:00
parent 6ddb2b7f8b
commit 537059504a

View File

@ -136,7 +136,7 @@ namespace osu.Game.Rulesets.Taiko.Difficulty
double n = totalHits; double n = totalHits;
// Proportion of greats hit, ignoring misses. // Proportion of greats hit.
double p = countGreat / n; double p = countGreat / n;
// We can be 99% confident that p is at least this value. // We can be 99% confident that p is at least this value.