Skip to content

Commit f89e3cc

Browse files
Update README.md
1 parent e6eb4eb commit f89e3cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ If you attempt to open an existing file with *mode* = `"w"`, a `SPIFlashFileSyst
317317

318318
If you attempt to open a file with a mode other than `"r"` or `"w"` a `SPIFlashFileSystem.ERR_UNKNOWN_MODE` error will be thrown.
319319

320-
If you create an empty file then it will be stored in cache only and disappear on next reboot.
320+
If you create an empty file, it will be stored in cache only and will not be available after the next reboot.
321+
321322
```squirrel
322323
// create an empty file
323324
sffs.open("filename.txt", "w").close();

0 commit comments

Comments
 (0)