diff options
author | Jake Worth <jakeworth82@gmail.com> | 2016-06-09 16:17:55 -0500 |
---|---|---|
committer | Jake Worth <jakeworth82@gmail.com> | 2016-06-09 16:23:58 -0500 |
commit | ffb6ab4fe1739389b4da143fb9b4f49cb14a5463 (patch) | |
tree | aad0fdd7434614a85b5952ee5de8f39c1666c429 /activejob/lib/active_job | |
parent | d65320714ede42cc1e20a2da65dc6409758228f8 (diff) | |
download | rails-ffb6ab4fe1739389b4da143fb9b4f49cb14a5463.tar.gz rails-ffb6ab4fe1739389b4da143fb9b4f49cb14a5463.tar.bz2 rails-ffb6ab4fe1739389b4da143fb9b4f49cb14a5463.zip |
Fix typo, `of of` -> `of` [ci skip]
Diffstat (limited to 'activejob/lib/active_job')
-rw-r--r-- | activejob/lib/active_job/queue_adapters/sucker_punch_adapter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/queue_adapters/sucker_punch_adapter.rb b/activejob/lib/active_job/queue_adapters/sucker_punch_adapter.rb index 311109e958..163c8eb212 100644 --- a/activejob/lib/active_job/queue_adapters/sucker_punch_adapter.rb +++ b/activejob/lib/active_job/queue_adapters/sucker_punch_adapter.rb @@ -5,7 +5,7 @@ module ActiveJob # == Sucker Punch adapter for Active Job # # Sucker Punch is a single-process Ruby asynchronous processing library. - # This reduces the cost of of hosting on a service like Heroku along + # This reduces the cost of hosting on a service like Heroku along # with the memory footprint of having to maintain additional jobs if # hosting on a dedicated server. All queues can run within a # single application (eg. Rails, Sinatra, etc.) process. |