mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 05:13:21 +08:00
Fix comment
This commit is contained in:
parent
6ddb2b7f8b
commit
537059504a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user