aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-08-05 01:09:09 +0200
committerXavier Noria <fxn@hashref.com>2010-08-05 01:09:09 +0200
commitd191db76e04f065e1b0cff3766c818f9b8e2f43a (patch)
tree55988f97c6fb4291ce2d93aa51a11d9c103cf6a3 /activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
parent589e6977d72b232b6e1af5ef508beddffbcd5f4c (diff)
downloadrails-d191db76e04f065e1b0cff3766c818f9b8e2f43a.tar.gz
rails-d191db76e04f065e1b0cff3766c818f9b8e2f43a.tar.bz2
rails-d191db76e04f065e1b0cff3766c818f9b8e2f43a.zip
standarizes the use of the article "an" for "SQL" and "SQLite"
Diffstat (limited to 'activerecord/lib/active_record/connection_adapters/mysql_adapter.rb')
-rw-r--r--activerecord/lib/active_record/connection_adapters/mysql_adapter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb b/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
index cc7c07dc35..ba0051de05 100644
--- a/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
+++ b/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
@@ -278,7 +278,7 @@ module ActiveRecord
rows
end
- # Executes a SQL query and returns a MySQL::Result object. Note that you have to free
+ # Executes an SQL query and returns a MySQL::Result object. Note that you have to free
# the Result object after you're done using it.
def execute(sql, name = nil) #:nodoc:
if name == :skip_logging