summaryrefslogtreecommitdiff
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:21:40 +0100
commit391fde9e54b346f08aed4d9af6e72affc34ac38a (patch)
tree6dbec0237a521c02d57f288a8bb5d70c17a723ed
parent58eec456a2f0afb1e405e336aebe9955c3fcf052 (diff)
[5.1.x] Corrected wording in docs/ref/models/constraints.txt.
Backport of 579a1c99962c8697053974a70de635a997be63dc from main.
-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 6339c39679..3d80f7ee18 100644
--- a/docs/ref/models/constraints.txt
+++ b/docs/ref/models/constraints.txt
@@ -210,7 +210,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::