Skip to content

Commit

Permalink
Fix typo in #identifier documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jredville committed Mar 9, 2012
1 parent 27cd9f3 commit 0981821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque/plugins/retry.rb
Expand Up @@ -42,7 +42,7 @@ def inherited(subclass)

# @abstract You may override to implement a custom identifier,
# you should consider doing this if your job arguments
# are many/long or may not cleanly cleanly to strings.
# are many/long or may not cleanly convert to strings.
#
# Builds an identifier using the job arguments. This identifier
# is used as part of the redis key.
Expand Down

0 comments on commit 0981821

Please sign in to comment.