Skip to content

Commit c0b0be8

Browse files
authored
Merge pull request #417 from ka8725/patch-1
Update README.md
2 parents 885154b + 3efe0e4 commit c0b0be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class ChargeCreditCard < Que::Job
9292

9393
# It's best to destroy the job in the same transaction as any other
9494
# changes you make. Que will mark the job as destroyed for you after the
95-
# run method if you don't do it yourself, but if your job writes to the DB
95+
# run method if you don't do it yourself; however if your job writes to the DB
9696
# but doesn't destroy the job in the same transaction, it's possible that
9797
# the job could be repeated in the event of a crash.
9898
destroy

0 commit comments

Comments
 (0)