Skip to content

Commit

Permalink
Rename parse-mongo-conn-info to parse-mongo-url.
Browse files Browse the repository at this point in the history
  • Loading branch information
zk committed May 14, 2012
1 parent 4a093a4 commit 296c318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nsfw/mongo.clj
Expand Up @@ -28,7 +28,7 @@
(reduce str))]
(if-not (empty? pw) pw nil)))

(defn parse-mongo-conn-info
(defn parse-mongo-url
"Takes a string representing a mongod connection and returns a map
representing the connection information.
Expand Down

0 comments on commit 296c318

Please sign in to comment.