Skip to content

Commit cc69d19

Browse files
puredangerstuarthalloway
authored andcommitted
CLJ-1417 typo in clojure.java.io/input-stream docstring
Signed-off-by: Stuart Halloway <[email protected]>
1 parent 9aaee3c commit cc69d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/clojure/java/io.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"Attempts to coerce its argument into an open java.io.InputStream.
123123
Default implementations always return a java.io.BufferedInputStream.
124124
125-
Default implementations are defined for OutputStream, File, URI, URL,
125+
Default implementations are defined for InputStream, File, URI, URL,
126126
Socket, byte array, and String arguments.
127127
128128
If the argument is a String, it tries to resolve it first as a URI, then

0 commit comments

Comments
 (0)