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

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

[nongnu] elpa/emacsql a9b9d6bfc8 083/427: Fix typo in README.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql a9b9d6bfc8 083/427: Fix typo in README.
Date: Tue, 13 Dec 2022 02:59:30 -0500 (EST)

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

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

diff --git a/README.md b/README.md
index 89b8603025..12b421b377 100644
--- a/README.md
+++ b/README.md
@@ -190,7 +190,7 @@ Provides `SET`.
 
 ```el
 [:update people :set (= name "Richy") :where ...]
-[:update people :set [(= name "Ricky") (= salary 300000)] :where ...]
+[:update people :set [(= name "Richy") (= salary 300000)] :where ...]
 ```
 
 #### :union, :union-all, :difference, :except



reply via email to

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