1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ namespace osu.Game.Online
/// <summary> /// <summary>
/// ///
/// </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) protected PollingComponent(double timeBetweenPolls = 0)
{ {
TimeBetweenPolls = timeBetweenPolls; TimeBetweenPolls = timeBetweenPolls;