Skip to content

Commit c641c0f

Browse files
committed
Fix typo
1 parent e9b592d commit c641c0f

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)