浏览代码

Fixed incorrect word choice in docs/topics/migrations.txt.

Mitchel Humpherys 8 年之前
父节点
当前提交
ae660cde5a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/migrations.txt

+ 1 - 1
docs/topics/migrations.txt

@@ -87,7 +87,7 @@ add or remove columns. On slower hardware this can be worse than a minute per
 million rows - adding a few columns to a table with just a few million rows
 million rows - adding a few columns to a table with just a few million rows
 could lock your site up for over ten minutes.
 could lock your site up for over ten minutes.
 
 
-Finally, MySQL has reasonably small limits on name lengths for columns, tables
+Finally, MySQL has relatively small limits on name lengths for columns, tables
 and indexes, as well as a limit on the combined size of all columns an index
 and indexes, as well as a limit on the combined size of all columns an index
 covers. This means that indexes that are possible on other backends will
 covers. This means that indexes that are possible on other backends will
 fail to be created under MySQL.
 fail to be created under MySQL.