From 4c9209c1b26223b48a9f8d96159c88e20e1d8ff6 Mon Sep 17 00:00:00 2001 From: Garrett van Wageningen Date: Sun, 3 Jun 2018 23:06:40 -0500 Subject: [PATCH] Update file.markdown minor fix to close() language --- doc/site/modules/io/file.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/site/modules/io/file.markdown b/doc/site/modules/io/file.markdown index 595eee1c..90ff896b 100644 --- a/doc/site/modules/io/file.markdown +++ b/doc/site/modules/io/file.markdown @@ -97,7 +97,7 @@ The size of the contents of the file in bytes. ### **close**() -Closes the file. After calling this, you can read or write from it. +Closes the file. After calling this, you can't read or write from it. ### **readBytes**(count)