Fix small documentation typo
This commit is contained in:
parent
9db2adc0ea
commit
1589fb7e5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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]))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue