mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 15:03:16 +08:00
Fix grammar in xmldoc
This commit is contained in:
parent
b1110e5e3a
commit
14bf2ab936
@ -12,7 +12,7 @@ using osu.Game.Overlays.OSD;
|
|||||||
namespace osu.Game.Overlays.Music
|
namespace osu.Game.Overlays.Music
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Handles <see cref="GlobalAction"/> relating to music playback, and displays a <see cref="Toast"/> via the cached <see cref="OnScreenDisplay"/> accordingly.
|
/// Handles <see cref="GlobalAction"/>s related to music playback, and displays <see cref="Toast"/>s via the global <see cref="OnScreenDisplay"/> accordingly.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class MusicKeyBindingHandler : Component, IKeyBindingHandler<GlobalAction>
|
public class MusicKeyBindingHandler : Component, IKeyBindingHandler<GlobalAction>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user