Merge pull request #249 from iarenaza/develop

Fix small documentation typo
This commit is contained in:
Sean Corfield 2023-04-20 08:23:25 -07:00 committed by GitHub
commit 24d55f3165
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]))