Skip to content

Commit 52eab7e

Browse files
author
Petr Chalupa
authored
Merge pull request #608 from anildigital/typo
Fix typo
2 parents e9b592d + c641c0f commit 52eab7e

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
@@ -9,7 +9,7 @@
99

1010
module Concurrent
1111

12-
# A very common currency pattern is to run a thread that performs a task at
12+
# A very common concurrency pattern is to run a thread that performs a task at
1313
# regular intervals. The thread that performs the task sleeps for the given
1414
# interval then wakes up and performs the task. Lather, rinse, repeat... This
1515
# pattern causes two problems. First, it is difficult to test the business

0 commit comments

Comments
 (0)