From 27eccc27cbe987be04bb97b49aff1d7fd118634c Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Sun, 7 Jun 2015 14:51:53 +0200 Subject: A few documentation tweaks [ci skip] [Robin Dupret & Shunsuke Aida] --- .../lib/active_record/connection_adapters/abstract/schema_statements.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') 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 # [:foreign_key] # Add an appropriate foreign key. Defaults to false. # [:polymorphic] - # 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 # -- cgit v1.2.3