branch: elpa/emacsql commit f410b5d6630f7f40282f1735e278eb2d9827433e Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Fix spelling error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9508383903..25a9b91c75 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ symbol or it can include constraints, such as type and uniqueness. Because Emacsql stores entire lisp objects as values, the only relevant types are `integer`, `float`, and `object` (default). -Additional contraints include `:primary` (aka `PRIMARY KEY`), +Additional constraints include `:primary` (aka `PRIMARY KEY`), `:unique` (aka `UNIQUE`), `:non-nil` (aka `NOT NULL`). ```el