Skip to content

Commit 85ca71d

Browse files
committed
hs.timer: fix typo
1 parent da19e0b commit 85ca71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/timer/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--- Execute functions with various timing rules
44
---
55
--- **NOTE**: timers use NSTimer internally, which will be paused when computers sleep.
6-
--- Especially, repeating timers won't be triggered at the specificed time when there are sleeps in between.
6+
--- Especially, repeating timers won't be triggered at the specified time when there are sleeps in between.
77
--- The workaround is to prevent system from sleeping, configured in Energy Saver in System Preferences.
88

99
local module = require("hs.timer.internal")

0 commit comments

Comments
 (0)