Fix up xmldocs

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dan Balasescu
2021-05-18 13:02:23 +09:00
committed by GitHub
parent 2307889bf8
commit 9d423245d8
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ using osuTK;
namespace osu.Game.Screens.Edit.Compose.Components
{
/// <summary>
/// An event which occurs when a <see cref="HitObjectSelectionBlueprint"/> is moved.
/// An event which occurs when a <see cref="SelectionBlueprint"/> is moved.
/// </summary>
public class MoveSelectionEvent<T>
{