branch: elpa/emacsql
commit 0da3f06e8928f3221e66fee5ce7dfcb4e440fdf8
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Fix docstring typo
---
 emacsql-compiler.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacsql-compiler.el b/emacsql-compiler.el
index 415f0f4436..4fef1329b6 100644
--- a/emacsql-compiler.el
+++ b/emacsql-compiler.el
@@ -15,7 +15,7 @@
 ;;; Error symbols
 
 (defmacro emacsql-deferror (symbol parents message)
-  "Defines a new error symbol  for EmacSQL."
+  "Defines a new error symbol for EmacSQL."
   (declare (indent 2))
   (let ((conditions (cl-remove-duplicates
                      (append parents (list symbol 'emacsql-error 'error)))))

Reply via email to