diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2015-06-07 14:51:53 +0200 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2015-06-07 14:53:24 +0200 |
commit | 27eccc27cbe987be04bb97b49aff1d7fd118634c (patch) | |
tree | 9f3cfba2ffb773955ea288fa883418b6b0ef83de /activerecord | |
parent | c429674f8625fccdc7c2a0e685f122de4531552c (diff) | |
download | rails-27eccc27cbe987be04bb97b49aff1d7fd118634c.tar.gz rails-27eccc27cbe987be04bb97b49aff1d7fd118634c.tar.bz2 rails-27eccc27cbe987be04bb97b49aff1d7fd118634c.zip |
A few documentation tweaks [ci skip]
[Robin Dupret & Shunsuke Aida]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb index ed19819d63..dd7dcb9cdd 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb +++ b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb @@ -662,7 +662,7 @@ module ActiveRecord # [<tt>:foreign_key</tt>] # Add an appropriate foreign key. Defaults to false. # [<tt>:polymorphic</tt>] - # Wether an additional +_type+ column should be added. Defaults to false. + # Whether an additional +_type+ column should be added. Defaults to false. # # ====== Create a user_id integer column # |