Skip to content

Commit 07afabb

Browse files
committed
Merge branch 'master' into refactor/with-ste
2 parents ad23f95 + f4bea8d commit 07afabb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/concurrent/executor/timer_set.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def post(intended_time, &task)
5353

5454
# Calculate an Epoch time with milliseconds at which to execute a
5555
# task. If the given time is a `Time` object it will be converted
56-
# accordingly. If the time is an integer value greate than zero
56+
# accordingly. If the time is an integer value greater than zero
5757
# it will be understood as a number of seconds in the future and
5858
# will be added to the current time to calculate Epoch.
5959
#
@@ -109,7 +109,7 @@ def shutdown_execution
109109
# for monitoring the internal task queue and sending tasks to the
110110
# executor when it is time for them to be processed. If there is no
111111
# processing thread one will be created. If the processing thread is
112-
# sleeping it will be worken up. If the processing thread has died it
112+
# sleeping it will be woken up. If the processing thread has died it
113113
# will be garbage collected and a new one will be created.
114114
#
115115
# @!visibility private
@@ -160,7 +160,7 @@ def next_sleep_interval
160160
end
161161

162162
# Run a loop and execute tasks in the scheduled order and at the approximate
163-
# shceduled time. If no tasks remain the thread will exit gracefully so that
163+
# scheduled time. If no tasks remain the thread will exit gracefully so that
164164
# garbage collection can occur. If there are no ready tasks it will sleep
165165
# for up to 60 seconds waiting for the next scheduled task.
166166
#

0 commit comments

Comments
 (0)