Skip to content

Commit 502cd86

Browse files
Brian Moreartysteveklabnik
authored andcommitted
'works' => 'workers' in comment.
1 parent f803a91 commit 502cd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resque.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def to_s
139139
# Pushes a job onto a queue. Queue name should be a string and the
140140
# item should be any JSON-able Ruby object.
141141
#
142-
# Resque works generally expect the `item` to be a hash with the following
142+
# Resque workers generally expect the `item` to be a hash with the following
143143
# keys:
144144
#
145145
# class - The String name of the job to run.

0 commit comments

Comments
 (0)