From 44bf33c9594f98a1d279af451850c69462c24101 Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 19 Jul 2014 00:20:41 -0700 Subject: Fixed typo in comment --- activerecord/lib/active_record/explain.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') 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 -- cgit v1.2.3