We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee71f3 commit 561d264Copy full SHA for 561d264
src/main/clojure/clojure/data/fressian.clj
@@ -214,7 +214,7 @@
214
(.readObject rdr))
215
216
(defn write-object
217
- "Write a single object to a fressian reader. Returns the reader."
+ "Write a single object to a fressian writer. Returns the writer."
218
[^Writer writer obj]
219
(.writeObject writer obj))
220
@@ -228,7 +228,7 @@
228
229
(defn ^ByteBuffer write
230
"Convenience method for writing a single object. Returns a
231
- byte buffer. Options are the same as for create-reader,
+ byte buffer. Options are the same as for create-writer,
232
with one additional option. If footer? is specified, will
233
write a fressian footer after writing the object."
234
([obj & options]
0 commit comments