lib/stream: added more explicit comment for eof method.
authorDjomanix <johan.kayser@viacesi.fr>
Tue, 28 Jan 2014 19:42:13 +0000 (14:42 -0500)
committerJean Privat <jean@pryen.org>
Mon, 10 Feb 2014 17:03:15 +0000 (12:03 -0500)
Comment could be misunderstand, and is now more explicit.

signed-off-by: Johan Kayser <johan.kayser@viacesi.fr>

lib/standard/stream.nit

index c4fe818..9e2b494 100644 (file)
@@ -77,6 +77,7 @@ interface IStream
        end
 
        # Is there something to read.
+       # This function returns 'false' if there is something to read.
        fun eof: Bool is abstract
 end