aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/queue_adapters/qu_adapter.rb
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2014-09-27 16:22:15 +0200
committerRobin Dupret <robin.dupret@gmail.com>2014-09-27 16:22:15 +0200
commitd63005447b143e3308c9e8e430216cd7bb144c6c (patch)
treed0b832f09cf75a136e1e19af64a2119c98029cf5 /activejob/lib/active_job/queue_adapters/qu_adapter.rb
parentd7a058f785224a3643244686fae3a31e408f0860 (diff)
downloadrails-d63005447b143e3308c9e8e430216cd7bb144c6c.tar.gz
rails-d63005447b143e3308c9e8e430216cd7bb144c6c.tar.bz2
rails-d63005447b143e3308c9e8e430216cd7bb144c6c.zip
Tiny follow-up to #16999 [ci skip]
* Fix a typo * Remove references to Rails version * Remove an extra whitespace
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 79c79ee372..30aa5a4670 100644
--- a/activejob/lib/active_job/queue_adapters/qu_adapter.rb
+++ b/activejob/lib/active_job/queue_adapters/qu_adapter.rb
@@ -10,7 +10,7 @@ module ActiveJob
# The advantages of Qu are: Multiple backends (redis, mongo), jobs are
# requeued when worker is killed, resque-like API.
#
- # Read more about Que {here}[https://github.com/bkeepers/qu].
+ # Read more about Qu {here}[https://github.com/bkeepers/qu].
#
# To use Qu set the queue_adapter config to +:qu+.
#