From e5ea632f243b5e8d450ca4d68e4496adf48c125a Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Mon, 21 Oct 2019 17:39:02 +0300 Subject: [PATCH] Fix typo in the constraints docs --- docs/source/constraints.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/constraints.rst b/docs/source/constraints.rst index 4e2fc7c..f110b81 100644 --- a/docs/source/constraints.rst +++ b/docs/source/constraints.rst @@ -59,7 +59,7 @@ Uniqueness .. note:: - Uniqueness is enforced by PostgreSQL by creating unique indexes on hstore keys. Keep this is mind when setting up unique constraints. If you already have a unique constraint in place, you do not have to add an additional index as uniqueness is enforced by creating an index. + Uniqueness is enforced by PostgreSQL by creating unique indexes on hstore keys. Keep this in mind when setting up unique constraints. If you already have a unique constraint in place, you do not have to add an additional index as uniqueness is enforced by creating an index. * Enforce uniqueness for one or more languages: