1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 10:53:21 +08:00

Merge pull request #31531 from shawwn/2025-01-15/patch

Fix typo in xmldoc
This commit is contained in:
Dan Balasescu 2025-01-16 13:31:33 +09:00 committed by GitHub
commit 93a0ecd065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Scoring
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This miss window should determine how early a hit can be before it is considered for judgement (as opposed to being ignored as /// This miss window should determine how early a hit can be before it is considered for judgement (as opposed to being ignored as
/// "too far in the future). It should also define when a forced miss should be triggered (as a result of no user input in time). /// "too far in the future"). It should also define when a forced miss should be triggered (as a result of no user input in time).
/// </remarks> /// </remarks>
[Description(@"Miss")] [Description(@"Miss")]
[EnumMember(Value = "miss")] [EnumMember(Value = "miss")]