summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLuke Cousins <luke@breww.com>2025-02-12 14:55:51 +0000
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-02-14 15:19:12 +0100
commit579a1c99962c8697053974a70de635a997be63dc (patch)
treee97f7602ce78bda234ece63bf9c83f75a0d12cd3 /docs
parentd87bb0eb3ee4ca141c6fa251e6c2c97050e6c92c (diff)
Corrected wording in docs/ref/models/constraints.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/constraints.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/constraints.txt b/docs/ref/models/constraints.txt
index 99e5332ca3..f7549c0252 100644
--- a/docs/ref/models/constraints.txt
+++ b/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::