From 59de83a1276a5fbcf8a682b64bbdcf5e00c6ce8b Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sat, 16 Sep 2023 22:44:19 +0200 Subject: [PATCH] Place comma after "e.g." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d08e21e..432227d 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.