aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-07-19 14:13:25 +0200
committerYves Senn <yves.senn@gmail.com>2014-07-19 14:13:25 +0200
commit433c52864a703312497d5f07c01a17e6fbc769aa (patch)
tree59ef9f431adaa7f7a9f63adbf1975286b6703ce3
parent2c60a178439841b84ba5ce3b2499e32ddc05e071 (diff)
parent44bf33c9594f98a1d279af451850c69462c24101 (diff)
downloadrails-433c52864a703312497d5f07c01a17e6fbc769aa.tar.gz
rails-433c52864a703312497d5f07c01a17e6fbc769aa.tar.bz2
rails-433c52864a703312497d5f07c01a17e6fbc769aa.zip
Merge pull request #16227 from Aguynamedsteve/typo_correction
Fixed typo in comment [ci skip]
-rw-r--r--activerecord/lib/active_record/explain.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/explain.rb b/activerecord/lib/active_record/explain.rb
index e65dab07ba..727a9befc1 100644
--- a/activerecord/lib/active_record/explain.rb
+++ b/activerecord/lib/active_record/explain.rb
@@ -27,7 +27,7 @@ module ActiveRecord
end.join("\n")
end.join("\n")
- # Overriding inspect to be more human readable, specially in the console.
+ # Overriding inspect to be more human readable, especially in the console.
def str.inspect
self
end