Skip to content

Commit 183f4e6

Browse files
author
Petr Chalupa
authored
Merge pull request #600 from tgxworld/fix_doc
Missing period.
2 parents 6f9d974 + c5b9870 commit 183f4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/timer_task.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module Concurrent
2323
# execution interval. The `TimerTask` thread does not perform the task,
2424
# however. Instead, the TimerTask launches the task on a separate thread.
2525
# Should the task experience an unrecoverable crash only the task thread will
26-
# crash. This makes the `TimerTask` very fault tolerant Additionally, the
26+
# crash. This makes the `TimerTask` very fault tolerant. Additionally, the
2727
# `TimerTask` thread can respond to the success or failure of the task,
2828
# performing logging or ancillary operations. `TimerTask` can also be
2929
# configured with a timeout value allowing it to kill a task that runs too

0 commit comments

Comments
 (0)