Skip to content

Commit

Permalink
Fix typo: weather to whether
Browse files Browse the repository at this point in the history
  • Loading branch information
zackteo authored Dec 5, 2020
1 parent 9f3d192 commit 0494128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojure/monger/collection.clj
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@


(defn exists?
"Checks weather collection with certain name exists."
"Checks whether collection with certain name exists."
([^DB db ^String coll]
(.collectionExists db coll)))

Expand Down

0 comments on commit 0494128

Please sign in to comment.