diff --git a/osu.Game/Rulesets/Objects/HitWindows.cs b/osu.Game/Rulesets/Objects/HitWindows.cs
index 841452df55..c75e914d2d 100644
--- a/osu.Game/Rulesets/Objects/HitWindows.cs
+++ b/osu.Game/Rulesets/Objects/HitWindows.cs
@@ -56,7 +56,7 @@ namespace osu.Game.Rulesets.Objects
protected virtual HitResult SuccessfulHitResult => HitResult.Meh;
///
- /// Whether it's possible to achieve this .
+ /// Check whether it is possible to achieve the provided .
///
/// The result type to check.
/// Whether the can be achieved.