Merge pull request #3944 from LovelyA72/patch-2

Fix typo in line 42
This commit is contained in:
Dan Balasescu 2018-12-28 03:34:34 +09:00 committed by GitHub
commit c607a705e8
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;