Fix typo in line 42

This commit is contained in:
Lanyun Hou
2018-12-28 00:43:20 +08:00
committed by GitHub
parent f21b784493
commit f2f1ba8cbe

View File

@ -39,7 +39,7 @@ namespace osu.Game.Online
/// <summary>
///
/// </summary>
/// <param name="timeBetweenPolls">The initial time in milliseconds to wait between polls. Setting to zero stops al polling.</param>
/// <param name="timeBetweenPolls">The initial time in milliseconds to wait between polls. Setting to zero stops all polling.</param>
protected PollingComponent(double timeBetweenPolls = 0)
{
TimeBetweenPolls = timeBetweenPolls;