Update file.markdown

minor fix to close() language
This commit is contained in:
Garrett van Wageningen
2018-06-03 23:06:40 -05:00
committed by GitHub
parent 40c927f440
commit 4c9209c1b2
+1 -1
View File
@@ -97,7 +97,7 @@ The size of the contents of the file in bytes.
### **close**() ### **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) ### **readBytes**(count)