Skip to content

Commit 23be025

Browse files
committed
CLJ-2778 Fix docstring options for c.j.process/capture
1 parent 3ba6473 commit 23be025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/clojure/java/process.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
(defn capture
118118
"Read from input-stream until EOF and return a String (or nil if 0 length).
119-
Takes same opts as clojure.java.io/copy - :buffer and :encoding"
119+
Takes same opts as clojure.java.io/copy - :buffer-size and :encoding"
120120
{:added "1.12"}
121121
[input-stream & opts]
122122
(let [writer (StringWriter.)]

0 commit comments

Comments
 (0)