lib/core/stram: fix typo in doc
authorAlexandre Terrasa <alexandre@moz-code.org>
Tue, 16 May 2017 18:13:46 +0000 (14:13 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Tue, 16 May 2017 18:13:46 +0000 (14:13 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/core/stream.nit

index 6fbc63c..80b96f0 100644 (file)
@@ -55,7 +55,7 @@ abstract class Stream
        # Used to inform `self` that the operations are over.
        # Specific streams can use this to free some resources.
        #
-       # Is automatically invoked at the end of `woth` structures.
+       # Is automatically invoked at the end of `with` structures.
        #
        # call `close` by default.
        fun finish do close