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