Explorar o código

Update io.asciidoc

myd7349 %!s(int64=10) %!d(string=hai) anos
pai
achega
c738dc8dc0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      io.asciidoc

+ 1 - 1
io.asciidoc

@@ -92,7 +92,7 @@ loop. This method returns a complete line including the newline character at the
 line. When an _empty_ string is returned, it means that we have reached the end of the file and we
 'break' out of the loop.
 
-In the end, we finally `close`the file.
+In the end, we finally `close` the file.
 
 Now, check the contents of the `poem.txt` file to confirm that the program has indeed written to
 and read from that file.