Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Apr 2, 2021
1 parent 383c964 commit 4d80dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/delayed/backend/mongoid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def self.reserve(worker, max_run_time = Worker.max_run_time)
)
end

# Mongo criteria matching all the jobs the worker can reserver
# Mongo criteria matching all the jobs the worker can reserve.
#
# Jobs are sorted by priority and run_at.
#
Expand Down

0 comments on commit 4d80dfe

Please sign in to comment.