From: Alexandre Terrasa Date: Tue, 16 May 2017 18:13:46 +0000 (-0400) Subject: lib/core/stram: fix typo in doc X-Git-Url: http://nitlanguage.org lib/core/stram: fix typo in doc Signed-off-by: Alexandre Terrasa --- diff --git a/lib/core/stream.nit b/lib/core/stream.nit index 6fbc63c..80b96f0 100644 --- a/lib/core/stream.nit +++ b/lib/core/stream.nit @@ -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