branch: elpa/emacsql commit a9b9d6bfc866d73dc5ad3590cb9df3e5d4322815 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@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