From 6cce8a28574938d2462088f817843a064618e4cd Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 8 Aug 2013 14:22:46 +0700 Subject: [PATCH] Housekeeping: docstring typo --- src/taoensso/nippy.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/taoensso/nippy.clj b/src/taoensso/nippy.clj index a34be4a..c4c8f83 100644 --- a/src/taoensso/nippy.clj +++ b/src/taoensso/nippy.clj @@ -190,7 +190,7 @@ (defn freeze "Serializes arg (any Clojure data type) to a byte array. Set :legacy-mode to - true to produce bytes readble by Nippy < 2.x. For custom types extend the + true to produce bytes readable by Nippy < 2.x. For custom types extend the Clojure reader or see `extend-freeze`." ^bytes [x & [{:keys [password compressor encryptor legacy-mode] :or {compressor snappy-compressor