diff options
author | Jon Moss <maclover7@users.noreply.github.com> | 2016-06-09 17:47:47 -0400 |
---|---|---|
committer | Jon Moss <maclover7@users.noreply.github.com> | 2016-06-09 17:47:47 -0400 |
commit | f9a39e0d51400c62348e6e299d4c53e9eababef2 (patch) | |
tree | aad0fdd7434614a85b5952ee5de8f39c1666c429 /activejob | |
parent | d65320714ede42cc1e20a2da65dc6409758228f8 (diff) | |
parent | ffb6ab4fe1739389b4da143fb9b4f49cb14a5463 (diff) | |
download | rails-f9a39e0d51400c62348e6e299d4c53e9eababef2.tar.gz rails-f9a39e0d51400c62348e6e299d4c53e9eababef2.tar.bz2 rails-f9a39e0d51400c62348e6e299d4c53e9eababef2.zip |
Merge pull request #25338 from jwworth/fix_typo_sucker_punch_1465507047
Fix Typo in `SuckerPunchAdapter`
Diffstat (limited to 'activejob')
-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. |