Skip to content

Commit c4348e0

Browse files
authored
Merge pull request rails#54989 from sampart/patch-1
[ci skip] Fix typo in schema_statements.rb
2 parents bc7f77b + 4275e58 commit c4348e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ def drop_table(*table_names, **options)
548548
#
549549
# See {ActiveRecord::ConnectionAdapters::TableDefinition.column}[rdoc-ref:ActiveRecord::ConnectionAdapters::TableDefinition#column].
550550
#
551-
# The +type+ parameter is normally one of the migrations native types,
551+
# The +type+ parameter is normally one of the migration's native types,
552552
# which is one of the following:
553553
# <tt>:primary_key</tt>, <tt>:string</tt>, <tt>:text</tt>,
554554
# <tt>:integer</tt>, <tt>:bigint</tt>, <tt>:float</tt>, <tt>:decimal</tt>, <tt>:numeric</tt>,

0 commit comments

Comments
 (0)