Przeglądaj źródła

Update io.asciidoc

myd7349 10 lat temu
rodzic
commit
c738dc8dc0
1 zmienionych plików z 1 dodań i 1 usunięć
  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.