Fix small documentation typo

This commit is contained in:
Iñaki Arenaza 2023-04-20 12:04:15 +02:00 committed by GitHub
parent 9db2adc0ea
commit 1589fb7e5c
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]))