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)