Merge jv
authorMerge Script
Fri, 17 Jun 2016 07:02:06 +0200
branchjv
changeset 5141 7a61da2b2450
parent 5139 0f2dde635673 (current diff)
parent 5140 3592eebfeb56 (diff)
child 5150 505635b9f639
Merge
TerminalView.st
--- a/TerminalView.st	Fri Jun 10 07:10:36 2016 +0200
+++ b/TerminalView.st	Fri Jun 17 07:02:06 2016 +0200
@@ -412,13 +412,13 @@
 !
 
 inStream
-    "set the stream, which gets all input data (i.e. keyboard input)"
+    "return the stream, which gets all input data (i.e. keyboard input)"
 
     ^ inStream
 !
 
 inStream:something
-    "return the stream, which gets all input data (i.e. keyboard input)"
+    "set the stream, which gets all input data (i.e. keyboard input)"
 
     inStream := something.
 !