Adjust xmldoc slightly

This commit is contained in:
Dean Herbert 2020-09-22 12:27:47 +09:00
parent a27a65bf03
commit 92cda6bccb

View File

@ -12,7 +12,7 @@ using static osu.Game.Skinning.LegacySkinConfiguration;
namespace osu.Game.Rulesets.Catch.Skinning namespace osu.Game.Rulesets.Catch.Skinning
{ {
/// <summary> /// <summary>
/// A combo counter implementation that visually behaves almost similar to osu!stable's combo counter. /// A combo counter implementation that visually behaves almost similar to stable's osu!catch combo counter.
/// </summary> /// </summary>
public class LegacyComboCounter : CompositeDrawable, ICatchComboCounter public class LegacyComboCounter : CompositeDrawable, ICatchComboCounter
{ {