From fdc70c67a9bd3732b336e1211c2b6f909843384a Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 23 Apr 2022 15:45:10 -0700 Subject: [PATCH] fix typo in example --- doc/postgresql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/postgresql.md b/doc/postgresql.md index 952fd8a..26b4469 100644 --- a/doc/postgresql.md +++ b/doc/postgresql.md @@ -65,7 +65,7 @@ Requiring the namespace automatically registers these operators for use in expre user=> (require '[honey.sql.pg-ops :refer [regex]]) nil user=> (sql/format {:select [[[regex :straw [:inline "needle"]] :match]] :from :haystack}) -["SELECT straw ~ 'needle` AS match FROM haystack"] +["SELECT straw ~ 'needle' AS match FROM haystack"] ``` ## JSON/JSONB