aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/queue_adapters/qu_adapter.rb
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2014-09-27 16:51:29 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2014-09-27 16:52:13 +0530
commit76ccbc2599aab089fa39bfe2035aa2750539305f (patch)
tree5beb3700b78a9414667e36b197f3b87a4e610c21 /activejob/lib/active_job/queue_adapters/qu_adapter.rb
parent05ed448ad2f4a2d6910360b5c459a85e13bea970 (diff)
downloadrails-76ccbc2599aab089fa39bfe2035aa2750539305f.tar.gz
rails-76ccbc2599aab089fa39bfe2035aa2750539305f.tar.bz2
rails-76ccbc2599aab089fa39bfe2035aa2750539305f.zip
Fix some typos in ActiveJob
[ci skip]
Diffstat (limited to 'activejob/lib/active_job/queue_adapters/qu_adapter.rb')
-rw-r--r--activejob/lib/active_job/queue_adapters/qu_adapter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/queue_adapters/qu_adapter.rb b/activejob/lib/active_job/queue_adapters/qu_adapter.rb
index 7cdefefc02..79c79ee372 100644
--- a/activejob/lib/active_job/queue_adapters/qu_adapter.rb
+++ b/activejob/lib/active_job/queue_adapters/qu_adapter.rb
@@ -6,7 +6,7 @@ module ActiveJob
#
# Qu is a Ruby library for queuing and processing background jobs. It is
# heavily inspired by delayed_job and Resque. Qu was created to overcome
- # some shortcomings in the existing queuing libraries that we experienced.
+ # some shortcomings in the existing queuing libraries.
# The advantages of Qu are: Multiple backends (redis, mongo), jobs are
# requeued when worker is killed, resque-like API.
#