aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/execution.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activejob/lib/active_job/execution.rb')
-rw-r--r--activejob/lib/active_job/execution.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/execution.rb b/activejob/lib/active_job/execution.rb
index d6d67c46e3..7ff857206d 100644
--- a/activejob/lib/active_job/execution.rb
+++ b/activejob/lib/active_job/execution.rb
@@ -22,7 +22,7 @@ module ActiveJob
end
# Performs the job immediately. The job is not sent to the queueing adapter
- # and will block the execution until it's finished.
+ # but directly executed by blocking the execution of others until it's finished.
#
# MyJob.new(*args).perform_now
def perform_now