Fix incomplete comment

This commit is contained in:
Dean Herbert
2019-03-08 12:44:33 +09:00
committed by GitHub
parent 345c7f4fa8
commit 400514630d

View File

@ -72,7 +72,7 @@ namespace osu.Game.Online.API
/// <summary>
/// Register a component to receive API events.
/// Fires <see cref="IOnlineComponent.APIStateChanged"/> once immediately to ensure correct .
/// Fires <see cref="IOnlineComponent.APIStateChanged"/> once immediately to ensure a correct state.
/// </summary>
/// <param name="component"></param>
public void Register(IOnlineComponent component)