Correct a copy-paste artifact

This commit is contained in:
Michael S. Klishin 2012-01-31 01:54:53 +04:00
parent e0fb6646b2
commit fd26384955

View file

@ -99,7 +99,7 @@ you have JodaTime and clojure.data.json on your dependencies list then load `mon
``` clojure
(ns my.service.handlers
;; Make clojure.data.json aware of ObjectId instances
;; Make Monger conversion protocols and clojure.data.json aware of JodaTime's DateTime instances
(:require [monger.joda-time]))
```