Better english

Co-Authored-By: Dean Herbert <pe@ppy.sh>
This commit is contained in:
Dan Balasescu
2020-03-18 19:13:25 +09:00
committed by GitHub
parent e3a6017562
commit 1d680b7a00
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
/// <summary>
/// Whether this <see cref="DrawableOsuHitObject"/> can be hit.
/// If not-null, this <see cref="DrawableOsuHitObject"/> will not receive a judgement until this function returns <c>true</c>.
/// If non-null, judgements will be ignored (resulting in a shake) whilst the function returns false.
/// </summary>
public Func<DrawableOsuHitObject, bool> CheckHittable;