Quellcode durchsuchen

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

Luke Cousins vor 1 Monat
Ursprung
Commit
579a1c9996
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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::