mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +01:00
Update file.markdown
minor fix to close() language
This commit is contained in:
committed by
GitHub
parent
40c927f440
commit
4c9209c1b2
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user