Skip to content

Commit

Permalink
Merge pull request ruby-concurrency#600 from tgxworld/fix_doc
Browse files Browse the repository at this point in the history
Missing period.
  • Loading branch information
Petr Chalupa authored Nov 7, 2016
2 parents 6f9d974 + c5b9870 commit 183f4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/concurrent/timer_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module Concurrent
# execution interval. The `TimerTask` thread does not perform the task,
# however. Instead, the TimerTask launches the task on a separate thread.
# Should the task experience an unrecoverable crash only the task thread will
# crash. This makes the `TimerTask` very fault tolerant Additionally, the
# crash. This makes the `TimerTask` very fault tolerant. Additionally, the
# `TimerTask` thread can respond to the success or failure of the task,
# performing logging or ancillary operations. `TimerTask` can also be
# configured with a timeout value allowing it to kill a task that runs too
Expand Down

0 comments on commit 183f4e6

Please sign in to comment.