fix xmldoc

This commit is contained in:
iiSaLMaN 2019-04-30 19:08:31 +03:00 committed by GitHub
parent 3b03ca802a
commit ddd9262384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ namespace osu.Game.Rulesets.Mods
void ApplyToScoreProcessor(ScoreProcessor scoreProcessor);
/// <summary>
/// Adjusts a rank value passed by <see cref="ScoreProcessor"> and returns it.
/// Adjusts a rank value passed by <see cref="ScoreProcessor"/> and returns it.
/// </summary>
ScoreRank AdjustRank(ScoreRank rank, double accuracy);
}