1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo mange -> manage [ci skip]

This commit is contained in:
Ryuta Kamizono 2021-05-01 16:18:02 +09:00
parent c1b94cbbe3
commit 3351347190

View file

@ -328,7 +328,7 @@ module ActiveRecord
t.integer "col_two"
end
# SQLite3's ALTER TABLE statement has several limitations. To mange
# SQLite3's ALTER TABLE statement has several limitations. To manage
# this, the adapter creates a temporary table, copies the data, drops
# the old table, creates the new table, then copies the data back.
expected_query_count = current_adapter?(:SQLite3Adapter) ? 12 : 1