aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/explain.rb
diff options
context:
space:
mode:
authorSteve <steve.barnesjr@yahoo.com>2014-07-19 00:20:41 -0700
committerSteve <steve.barnesjr@yahoo.com>2014-07-19 00:20:41 -0700
commit44bf33c9594f98a1d279af451850c69462c24101 (patch)
tree59124d45a2eb8a2110452d4790468dd6e2cd7db3 /activerecord/lib/active_record/explain.rb
parent2fc823924ae2e68c1306be1418ee6a14132f3140 (diff)
downloadrails-44bf33c9594f98a1d279af451850c69462c24101.tar.gz
rails-44bf33c9594f98a1d279af451850c69462c24101.tar.bz2
rails-44bf33c9594f98a1d279af451850c69462c24101.zip
Fixed typo in comment
Diffstat (limited to 'activerecord/lib/active_record/explain.rb')
-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