Housekeeping: docstring typo
This commit is contained in:
parent
6c71c40c87
commit
6cce8a2857
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@
|
||||||
|
|
||||||
(defn freeze
|
(defn freeze
|
||||||
"Serializes arg (any Clojure data type) to a byte array. Set :legacy-mode to
|
"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`."
|
Clojure reader or see `extend-freeze`."
|
||||||
^bytes [x & [{:keys [password compressor encryptor legacy-mode]
|
^bytes [x & [{:keys [password compressor encryptor legacy-mode]
|
||||||
:or {compressor snappy-compressor
|
:or {compressor snappy-compressor
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue