We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f803a91 commit 502cd86Copy full SHA for 502cd86
lib/resque.rb
@@ -139,7 +139,7 @@ def to_s
139
# Pushes a job onto a queue. Queue name should be a string and the
140
# item should be any JSON-able Ruby object.
141
#
142
- # Resque works generally expect the `item` to be a hash with the following
+ # Resque workers generally expect the `item` to be a hash with the following
143
# keys:
144
145
# class - The String name of the job to run.
0 commit comments