aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-10-21 08:40:29 +0200
committerYves Senn <yves.senn@gmail.com>2015-10-21 08:40:29 +0200
commitb1c49e4452a43830f660fe856413935bdbbacf7d (patch)
tree2ad11790b845b8de660e7c5e6b8322f5b9262d30
parent0d216d1add9eaaddfc0b02813ccf08fd22910859 (diff)
parent172c0da02f73b46c5e79b2cdb4b15014b65a5f09 (diff)
downloadrails-b1c49e4452a43830f660fe856413935bdbbacf7d.tar.gz
rails-b1c49e4452a43830f660fe856413935bdbbacf7d.tar.bz2
rails-b1c49e4452a43830f660fe856413935bdbbacf7d.zip
Merge pull request #22013 from NelsonScott/patch-1
typo
-rw-r--r--activerecord/lib/active_record/explain_subscriber.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/explain_subscriber.rb b/activerecord/lib/active_record/explain_subscriber.rb
index 9adabd7819..90bcf5a205 100644
--- a/activerecord/lib/active_record/explain_subscriber.rb
+++ b/activerecord/lib/active_record/explain_subscriber.rb
@@ -14,7 +14,7 @@ module ActiveRecord
end
# SCHEMA queries cannot be EXPLAINed, also we do not want to run EXPLAIN on
- # our own EXPLAINs now matter how loopingly beautiful that would be.
+ # our own EXPLAINs no matter how loopingly beautiful that would be.
#
# On the other hand, we want to monitor the performance of our real database
# queries, not the performance of the access to the query cache.