From 1589fb7e5cce5cd31d99dda7b1827baaade250b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Arenaza?= Date: Thu, 20 Apr 2023 12:04:15 +0200 Subject: [PATCH] Fix small documentation typo --- src/next/jdbc/sql/builder.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/next/jdbc/sql/builder.clj b/src/next/jdbc/sql/builder.clj index 7afa956..df6c8ff 100644 --- a/src/next/jdbc/sql/builder.clj +++ b/src/next/jdbc/sql/builder.clj @@ -4,7 +4,7 @@ "Some utility functions for building SQL strings. These were originally private functions in `next.jdbc.sql` but - they may proof useful to developers who want to write their own + they may prove useful to developers who want to write their own 'SQL sugar' functions, such as a database-specific `upsert!` etc." (:require [clojure.string :as str]))