aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/persistence.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/persistence.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/persistence.rb')
-rw-r--r--activerecord/lib/active_record/persistence.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/persistence.rb b/activerecord/lib/active_record/persistence.rb
index 8f44f03d56..71b46beaef 100644
--- a/activerecord/lib/active_record/persistence.rb
+++ b/activerecord/lib/active_record/persistence.rb
@@ -60,7 +60,7 @@ module ActiveRecord
# reflect that no changes should be made (since they can't be
# persisted). Returns the frozen instance.
#
- # The row is simply removed with a SQL +DELETE+ statement on the
+ # The row is simply removed with an SQL +DELETE+ statement on the
# record's primary key, and no callbacks are executed.
#
# To enforce the object's +before_destroy+ and +after_destroy+