From 09818215dee61056e42f03152a92f8e1a163c8a4 Mon Sep 17 00:00:00 2001 From: Jim Deville Date: Fri, 9 Mar 2012 11:45:56 -0800 Subject: [PATCH] Fix typo in #identifier documentation --- lib/resque/plugins/retry.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resque/plugins/retry.rb b/lib/resque/plugins/retry.rb index 46d4457..586085a 100644 --- a/lib/resque/plugins/retry.rb +++ b/lib/resque/plugins/retry.rb @@ -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.