branch: elpa/emacsql commit 6d8cd9366284b5a27268ff4b783e2c34573d5b60 Author: Wojciech Siewierski <wojci...@siewierski.eu> Commit: GitHub <nore...@github.com>
README: Remove a duplicate word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b6e1fa400..06630fe786 100644 --- a/README.md +++ b/README.md @@ -314,7 +314,7 @@ things that aren't supported, and probably will never be. ## Limitations EmacSQL is *not* intended to play well with other programs accessing -the SQLite database. Non-numeric values are are stored encoded as +the SQLite database. Non-numeric values are stored encoded as s-expressions TEXT values. This avoids ambiguities in parsing output from the command line and allows for storage of Emacs richer data types. This is an efficient, ACID-compliant database specifically for