浏览代码

Corrected wording in docs/ref/models/constraints.txt.

Luke Cousins 1 月之前
父节点
当前提交
579a1c9996
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/ref/models/constraints.txt

+ 1 - 1
docs/ref/models/constraints.txt

@@ -200,7 +200,7 @@ enforced immediately after every command.
 .. admonition:: MySQL, MariaDB, and SQLite.
 
     Deferrable unique constraints are ignored on MySQL, MariaDB, and SQLite as
-    neither supports them.
+    they do not support them.
 
 .. warning::