diff --git a/osu.Game/Rulesets/Difficulty/TimedDifficultyAttributes.cs b/osu.Game/Rulesets/Difficulty/TimedDifficultyAttributes.cs index 28319ec6d7..e61fa72de9 100644 --- a/osu.Game/Rulesets/Difficulty/TimedDifficultyAttributes.cs +++ b/osu.Game/Rulesets/Difficulty/TimedDifficultyAttributes.cs @@ -12,7 +12,7 @@ namespace osu.Game.Rulesets.Difficulty public class TimedDifficultyAttributes : IComparable { /// - /// The non-clock adjusted time value at which the attributes take effect. + /// The non-clock-adjusted time value at which the attributes take effect. /// public readonly double Time;