mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix typo
This commit is contained in:
@ -15,7 +15,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
/// <summary>
|
||||
/// Applies this <see cref="IApplicableToDrawableRuleset{TObject}"/> to a <see cref="DrawableRuleset{TObject}"/>.
|
||||
/// </summary>
|
||||
/// <param name="rrawableRuleset">The <see cref="DrawableRuleset{TObject}"/> to apply to.</param>
|
||||
void ApplyToDrawableRuleset(DrawableRuleset<TObject> rrawableRuleset);
|
||||
/// <param name="drawableRuleset">The <see cref="DrawableRuleset{TObject}"/> to apply to.</param>
|
||||
void ApplyToDrawableRuleset(DrawableRuleset<TObject> drawableRuleset);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user