diff options
author | Scott Nelson <Scott.D.Nelson@dartmouth.edu> | 2015-10-20 22:58:50 -0700 |
---|---|---|
committer | Scott Nelson <Scott.D.Nelson@dartmouth.edu> | 2015-10-20 22:58:50 -0700 |
commit | 172c0da02f73b46c5e79b2cdb4b15014b65a5f09 (patch) | |
tree | 2ad11790b845b8de660e7c5e6b8322f5b9262d30 /activerecord | |
parent | 0d216d1add9eaaddfc0b02813ccf08fd22910859 (diff) | |
download | rails-172c0da02f73b46c5e79b2cdb4b15014b65a5f09.tar.gz rails-172c0da02f73b46c5e79b2cdb4b15014b65a5f09.tar.bz2 rails-172c0da02f73b46c5e79b2cdb4b15014b65a5f09.zip |
typo
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/explain_subscriber.rb | 2 |
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. |