1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 14:25:05 +08:00

Adjust xmldoc

This commit is contained in:
Dan Balasescu 2023-05-23 18:05:10 +09:00
parent 8570f825ed
commit 3598ca9125

View File

@ -150,7 +150,7 @@ namespace osu.Game.Rulesets.Scoring
=> AffectsCombo(result) && !IsHit(result); => AffectsCombo(result) && !IsHit(result);
/// <summary> /// <summary>
/// Whether a <see cref="HitResult"/> increases/breaks the combo, and affects the combo portion of the score. /// Whether a <see cref="HitResult"/> increases or breaks the combo.
/// </summary> /// </summary>
public static bool AffectsCombo(this HitResult result) public static bool AffectsCombo(this HitResult result)
{ {