diff --git a/osu.Game/Rulesets/Judgements/Judgement.cs b/osu.Game/Rulesets/Judgements/Judgement.cs
index 0937757981..129dd07c3e 100644
--- a/osu.Game/Rulesets/Judgements/Judgement.cs
+++ b/osu.Game/Rulesets/Judgements/Judgement.cs
@@ -45,12 +45,12 @@ namespace osu.Game.Rulesets.Judgements
public double TimeOffset { get; set; }
///
- /// Whether the should affect the combo portion of the score.
+ /// Whether the should affect the current combo.
///
public virtual bool AffectsCombo => true;
///
- /// Whether the should be counted as base or bonus score.
+ /// Whether the should be counted as base (combo) or bonus score.
///
public virtual bool IsBonus => !AffectsCombo;