aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/lint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/lib/active_model/lint.rb')
-rw-r--r--activemodel/lib/active_model/lint.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/lint.rb b/activemodel/lib/active_model/lint.rb
index 40ba4ac6c3..f9b2fa16db 100644
--- a/activemodel/lib/active_model/lint.rb
+++ b/activemodel/lib/active_model/lint.rb
@@ -1,4 +1,4 @@
-# == Active Model Lint Methods
+# == Active Model Lint Tests
#
# You can test whether an object is compliant with the ActiveModel API by
# including <tt>ActiveModel::Lint::Tests</tt> in your TestCase. It will include