aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_job/version.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/active_job/version.rb')
-rw-r--r--lib/active_job/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/active_job/version.rb b/lib/active_job/version.rb
index 0add9779d9..7e646fa3c4 100644
--- a/lib/active_job/version.rb
+++ b/lib/active_job/version.rb
@@ -1,7 +1,7 @@
require_relative 'gem_version'
module ActiveJob
- # Returns the version of the currently loaded ActiveRecord as a <tt>Gem::Version</tt>
+ # Returns the version of the currently loaded ActiveJob as a <tt>Gem::Version</tt>
def self.version
gem_version
end