Fix copied scaladoc

This commit is contained in:
Ethan Atkins 2020-06-30 10:23:26 -07:00
parent dea7bdfa89
commit b6354656b1
1 changed files with 2 additions and 3 deletions

View File

@ -57,9 +57,8 @@ trait Terminal extends AutoCloseable {
def inputStream: InputStream def inputStream: InputStream
/** /**
* Gets the input stream for this Terminal. This could be a wrapper around System.in for the * Gets the output stream for this Terminal.
* process or it could be a remote input stream for a network channel. * @return the output stream.
* @return the input stream.
*/ */
def outputStream: OutputStream def outputStream: OutputStream