Skip to content

Commit 0053ed2

Browse files
authored
Merge pull request rails#51593 from sampatbadhe/patch-13
Correct typo for ActiveJob::Enqueuing::ClassMethods doc [ci skip]
2 parents c532443 + 528e901 commit 0053ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activejob/lib/active_job/enqueuing.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module ClassMethods
5656
#
5757
# If Active Job is used conjointly with Active Record, and #perform_later is called
5858
# inside an Active Record transaction, then the enqueue is implicitly deferred to after
59-
# the transaction is committed, or droped if it's rolled back. In such case #perform_later
59+
# the transaction is committed, or dropped if it's rolled back. In such case #perform_later
6060
# will return the job instance like if it was successfully enqueued, but will still return
6161
# +false+ if a callback prevented the job from being enqueued.
6262
#

0 commit comments

Comments
 (0)