Skip to content

Commit 159b774

Browse files
authored
Merge pull request rails#26787 from y-yagi/add_missing_closing_tag
add missing closing tag [ci skip]
2 parents e10e3c7 + 77bdbb5 commit 159b774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activejob/lib/active_job/exceptions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module ClassMethods
1717
# ==== Options
1818
# * <tt>:wait</tt> - Re-enqueues the job with a delay specified either in seconds (default: 3 seconds),
1919
# as a computing proc that the number of executions so far as an argument, or as a symbol reference of
20-
# <tt>:exponentially_longer<>, which applies the wait algorithm of <tt>(executions ** 4) + 2</tt>
20+
# <tt>:exponentially_longer</tt>, which applies the wait algorithm of <tt>(executions ** 4) + 2</tt>
2121
# (first wait 3s, then 18s, then 83s, etc)
2222
# * <tt>:attempts</tt> - Re-enqueues the job the specified number of times (default: 5 attempts)
2323
# * <tt>:queue</tt> - Re-enqueues the job on a different queue

0 commit comments

Comments
 (0)