Merge pull request #246 from lilifan/patch-2

correct type mistake
This commit is contained in:
Ilya Kantor 2017-10-15 18:02:03 +03:00 committed by GitHub
commit f1d1cd43ec

View file

@ -461,4 +461,4 @@ For example, the in-browser timer may slow down for a lot of reasons:
- The browser tab is in the background mode. - The browser tab is in the background mode.
- The laptop is on battery. - The laptop is on battery.
All that may decrease the minimal timer resolution (the minimal delay) to 300ms or even 1000ms depending on the browser and settings. All that may increase the minimal timer resolution (the minimal delay) to 300ms or even 1000ms depending on the browser and settings.