Skip to content

Commit f8d8cb4

Browse files
Update comments for typo
1 parent df2407c commit f8d8cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/executor/fixed_thread_pool.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ module Concurrent
146146
# On some runtime platforms (most notably the JVM) the application will not
147147
# exit until all thread pools have been shutdown. To prevent applications from
148148
# "hanging" on exit all thread pools include an `at_exit` handler that will
149-
# stop the thread pool when the application exists. This handler uses a brute
149+
# stop the thread pool when the application exits. This handler uses a brute
150150
# force method to stop the pool and makes no guarantees regarding resources being
151151
# used by any tasks still running. Registration of this `at_exit` handler can be
152152
# prevented by setting the thread pool's constructor `:auto_terminate` option to

0 commit comments

Comments
 (0)