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
/**
* Gets the input stream for this Terminal. This could be a wrapper around System.in for the
* process or it could be a remote input stream for a network channel.
* @return the input stream.
* Gets the output stream for this Terminal.
* @return the output stream.
*/
def outputStream: OutputStream