File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def shutdown
99
99
100
100
# Calculate an Epoch time with milliseconds at which to execute a
101
101
# task. If the given time is a `Time` object it will be converted
102
- # accordingly. If the time is an integer value greate than zero
102
+ # accordingly. If the time is an integer value greater than zero
103
103
# it will be understood as a number of seconds in the future and
104
104
# will be added to the current time to calculate Epoch.
105
105
#
@@ -139,7 +139,7 @@ def <=>(other)
139
139
# for monitoring the internal task queue and sending tasks to the
140
140
# executor when it is time for them to be processed. If there is no
141
141
# processing thread one will be created. If the processing thread is
142
- # sleeping it will be worken up. If the processing thread has died it
142
+ # sleeping it will be woken up. If the processing thread has died it
143
143
# will be garbage collected and a new one will be created.
144
144
#
145
145
# @!visibility private
@@ -190,7 +190,7 @@ def next_sleep_interval
190
190
end
191
191
192
192
# Run a loop and execute tasks in the scheduled order and at the approximate
193
- # shceduled time. If no tasks remain the thread will exit gracefully so that
193
+ # scheduled time. If no tasks remain the thread will exit gracefully so that
194
194
# garbage collection can occur. If there are no ready tasks it will sleep
195
195
# for up to 60 seconds waiting for the next scheduled task.
196
196
#
You can’t perform that action at this time.
0 commit comments