aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
diff options
context:
space:
mode:
authorWaseem Ahmad <talk.to.waseem@gmail.com>2012-03-24 20:26:44 +0530
committerWaseem Ahmad <talk.to.waseem@gmail.com>2012-03-24 20:26:44 +0530
commit9ff2e928ef90411c5bd5dc6a61dfe735f3002cb1 (patch)
treeae555fbb5d9e764bcdbd1d4a6d1e5c8b6543c71c /activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
parent23b3ea5324c2adab311c1eb8c2a394cef6af946b (diff)
downloadrails-9ff2e928ef90411c5bd5dc6a61dfe735f3002cb1.tar.gz
rails-9ff2e928ef90411c5bd5dc6a61dfe735f3002cb1.tar.bz2
rails-9ff2e928ef90411c5bd5dc6a61dfe735f3002cb1.zip
Use one 'be'.
Diffstat (limited to 'activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb')
-rw-r--r--activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb2
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 2c210e5ba2..8b9e830040 100644
--- a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
+++ b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
@@ -174,7 +174,7 @@ module ActiveRecord
end
# Creates a new join table with the name created using the lexical order of the first two
- # arguments. These arguments can be be a String or a Symbol.
+ # arguments. These arguments can be a String or a Symbol.
#
# # Creates a table called 'assemblies_parts' with no id.
# create_join_table(:assemblies, :parts)