1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:43:19 +08:00

Fix a few xmldoc typos

This commit is contained in:
Dean Herbert 2020-11-05 17:38:02 +09:00 committed by GitHub
parent 9d5b1ec28c
commit 2d50a7b616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ namespace osu.Game.Rulesets.Mods
protected virtual bool IsFirstAdjustableObject(HitObject hitObject) => true; protected virtual bool IsFirstAdjustableObject(HitObject hitObject) => true;
/// <summary> /// <summary>
/// Apply a special increased-visibility state to the first adjustable object.. /// Apply a special increased-visibility state to the first adjustable object.
/// Only applicable if the user chooses to turn on the "increase first object visibility" setting. /// Only applicable if the user chooses to turn on the "increase first object visibility" setting.
/// </summary> /// </summary>
/// <param name="hitObject">The hit object to apply the state change to.</param> /// <param name="hitObject">The hit object to apply the state change to.</param>