Docstring change

This commit is contained in:
Ivan Pavluk 2018-12-10 04:59:35 +00:00 committed by GitHub
parent 8457324044
commit 839e177d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ namespace osu.Game.Rulesets.Taiko.Scoring
internal class TaikoScoreProcessor : ScoreProcessor<TaikoHitObject>
{
/// <summary>
/// A value used in calculating <see cref="hpMultiplier"/>.
/// A value used for calculating <see cref="hpMultiplier"/>.
/// </summary>
private const double object_count_factor = 3;