summaryrefslogtreecommitdiff
path: root/docs/ref/models
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:20:26 +0100
commit9cd975c7faf4c2a351b662703b9c32ad370d4bdf (patch)
tree85b91d4dc9d780bb1362a006d82383ab425dee2c /docs/ref/models
parent9ad5d0ac3b2c3cf3dcae66e77ce46a4ff1ee9c18 (diff)
[5.2.x] Corrected wording in docs/ref/models/constraints.txt.
Backport of 579a1c99962c8697053974a70de635a997be63dc from main.
Diffstat (limited to 'docs/ref/models')
-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 c1f140c265..5bf5b4d969 100644
--- a/docs/ref/models/constraints.txt
+++ b/docs/ref/models/constraints.txt
@@ -208,7 +208,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::