Skip to content

Commit

Permalink
Merge pull request #203 from zackteo/zackteo-patch-1
Browse files Browse the repository at this point in the history
Fix typo: weather to whether
  • Loading branch information
michaelklishin authored Nov 5, 2021
2 parents 9f3d192 + 0494128 commit e7c98d6
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 e7c98d6

Please sign in to comment.