Update docstring

Co-Authored-By: pavlukivan <pavlukivan@outlook.com>
This commit is contained in:
Dean Herbert 2018-12-12 13:10:47 +07:00 committed by GitHub
parent a62b105fb5
commit d86cbf66a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,8 @@ namespace osu.Game.Rulesets.Objects
/// <summary> /// <summary>
/// Whether it's possible to achieve this <see cref="HitResult"/>. /// Whether it's possible to achieve this <see cref="HitResult"/>.
/// </summary> /// </summary>
/// <param name="result">The result.</param> /// <param name="result">The result type to check.</param>
/// <returns>Whether the <see cref="HitResult"/> can be achieved.</returns>
public virtual bool IsHitResultAllowed(HitResult result) public virtual bool IsHitResultAllowed(HitResult result)
{ {
switch (result) switch (result)