emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql 0f5f560f8b 267/427: Fix README example typo.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 0f5f560f8b 267/427: Fix README example typo.
Date: Tue, 13 Dec 2022 02:59:50 -0500 (EST)

branch: elpa/emacsql
commit 0f5f560f8b2f656d3c1b61f54354f5bdff3c43cf
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Fix README example typo.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e7381553ba..ccfb6054c2 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ test suite from the Makefile.
 
 ;; Or optionally provide column constraints.
 (emacsql db [:create-table people
-             ([name (id integer :primary-key) (salary float)]]))
+             ([name (id integer :primary-key) (salary float)])])
 
 ;; Insert some data:
 (emacsql db [:insert :into people



reply via email to

[Prev in Thread] Current Thread [Next in Thread]