mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 18:51:18 +08:00
Fix comment
This commit is contained in:
@@ -136,7 +136,7 @@ namespace osu.Game.Rulesets.Taiko.Difficulty
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user