瀏覽代碼

Update io.asciidoc

myd7349 10 年之前
父節點
當前提交
c738dc8dc0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.