Skip to content

Commit

Permalink
fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjudd committed Sep 21, 2012
1 parent cbfef62 commit 1239207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conch/core.clj
Expand Up @@ -68,7 +68,7 @@
(-> proc :in .close))

(defn stream-to
"Stream :out or :err from a process to an input stream.
"Stream :out or :err from a process to an ouput stream.
Options passed are fed to clojure.java.io/copy. They are :encoding to
set the encoding and :buffer-size to set the size of the buffer.
:encoding defaults to UTF-8 and :buffer-size to 1024."
Expand Down

0 comments on commit 1239207

Please sign in to comment.