Skip to content

Commit 841eed2

Browse files
committed
Fix TimerTask example output
1 parent 483dd33 commit 841eed2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/concurrent-ruby/concurrent/timer_task.rb

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ module Concurrent
101101
# #=> Boom! Boom!
102102
# #=> Boom! Boom! Boom!
103103
# #=> Boom! Boom! Boom! Boom!
104+
# #=> Boom! Boom! Boom! Boom! Boom!
104105
# #=> Stopping...
105106
#
106107
# @example Observation

0 commit comments

Comments
 (0)