Skip to content

Commit 0801bc0

Browse files
committed
Fix typo in as-properties docstring
1 parent 93ff83e commit 0801bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/clojure/java/jdbc.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html"}
108108
ks vs))
109109

110110
(defn- ^Properties as-properties
111-
"Convert any seq of pairs to a java.utils.Properties instance.
111+
"Convert any seq of pairs to a java.util.Properties instance.
112112
Uses as-sql-name to convert both keys and values into strings."
113113
[m]
114114
(let [p (Properties.)]

0 commit comments

Comments
 (0)