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

    Place comma after "e.g."
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d08e21e51f..432227dcd9 100644
--- a/README.md
+++ b/README.md
@@ -211,7 +211,7 @@ most kinds of sub-queries.
 
 Dashes are converted into spaces and the keyword gets capitalized. For
 example, `:if-not-exists` becomes `IF NOT EXISTS`. How you choose to
-combine keywords is up to your personal taste (e.g. `:drop :table` vs.
+combine keywords is up to your personal taste (e.g., `:drop :table` vs.
 `:drop-table`).
 
 #### Standalone symbols are identifiers.

Reply via email to