Skip to content

Commit

Permalink
Merge pull request #149 from frooeyzanny/fix-subtract-operator
Browse files Browse the repository at this point in the history
substract -> subtract
  • Loading branch information
michaelklishin committed Nov 20, 2016
2 parents 5b5425c + 517bb98 commit 62dc2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojure/monger/operators.clj
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
(defoperator $add)
(defoperator $divide)
(defoperator $multiply)
(defoperator $substract)
(defoperator $subtract)

(defoperator $strcasecmp)
(defoperator $substr)
Expand Down

0 comments on commit 62dc2a9

Please sign in to comment.