aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-10-06 20:18:06 +0200
committerYves Senn <yves.senn@gmail.com>2015-10-06 20:18:06 +0200
commitb5e9e1ad3c56778c557e620f18aeae912312e68f (patch)
treecff728b6834dc72607ebed88ab844be871416fa2 /activerecord
parent9e25e0e1735f2ccca69679243aa8cf0885104164 (diff)
parent148d1217a134b1071228b0dbf5b1fc5a17741044 (diff)
downloadrails-b5e9e1ad3c56778c557e620f18aeae912312e68f.tar.gz
rails-b5e9e1ad3c56778c557e620f18aeae912312e68f.tar.bz2
rails-b5e9e1ad3c56778c557e620f18aeae912312e68f.zip
Merge pull request #21888 from tanmay3011/fix-grammar
[ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/integration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/integration.rb b/activerecord/lib/active_record/integration.rb
index 370c1562c9..19d2589db3 100644
--- a/activerecord/lib/active_record/integration.rb
+++ b/activerecord/lib/active_record/integration.rb
@@ -15,7 +15,7 @@ module ActiveRecord
self.cache_timestamp_format = :nsec
end
- # Returns a String, which Action Pack uses for constructing an URL to this
+ # Returns a String, which Action Pack uses for constructing a URL to this
# object. The default implementation returns this record's id as a String,
# or nil if this record's unsaved.
#