From efba7a9c4d70093a00ccb4f163c02c805b1248df Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Tue, 2 Nov 2021 17:18:02 +0900 Subject: [PATCH] Missed hyphen --- osu.Game/Rulesets/Difficulty/TimedDifficultyAttributes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;