Skip to content

Commit 885a3b0

Browse files
fix docstring
1 parent 990556b commit 885a3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/clojure/data/fressian.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220

221221
(defn read
222222
"Convenience method for reading a single fressian object.
223-
Takes same options as create-writer. Readable can be
223+
Takes same options as create-reader. Readable can be
224224
any type supported by clojure.java.io/input-stream, or
225225
a ByteBuffer."
226226
[readable & options]

0 commit comments

Comments
 (0)