Merge pull request #555 from GHvW/GHvW-patch-1

Update file.markdown
This commit is contained in:
Bob Nystrom
2018-07-13 07:02:49 -07:00
committed by GitHub

View File

@ -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)