aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/base.rb
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-11-10 14:56:07 +0100
committerYves Senn <yves.senn@gmail.com>2014-11-10 14:56:07 +0100
commit2a843b3538bbc88286b83562fe1bb517e01576f6 (patch)
treedee79f965f7c315e650b8fd616fd0ea9aa0df032 /activejob/lib/active_job/base.rb
parent6625000b73f520abf6e0afbd5a6dde8d6b06b7cc (diff)
downloadrails-2a843b3538bbc88286b83562fe1bb517e01576f6.tar.gz
rails-2a843b3538bbc88286b83562fe1bb517e01576f6.tar.bz2
rails-2a843b3538bbc88286b83562fe1bb517e01576f6.zip
docs, minor changes in Active Job documentation. [ci skip]
Diffstat (limited to 'activejob/lib/active_job/base.rb')
-rw-r--r--activejob/lib/active_job/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/base.rb b/activejob/lib/active_job/base.rb
index 0c4a29090e..fd49b3fda5 100644
--- a/activejob/lib/active_job/base.rb
+++ b/activejob/lib/active_job/base.rb
@@ -32,7 +32,7 @@ module ActiveJob #:nodoc:
# end
#
# Records that are passed in are serialized/deserialized using Global
- # Id. More information can be found in Arguments.
+ # ID. More information can be found in Arguments.
#
# To enqueue a job to be performed as soon the queueing system is free:
#