Skip to content

Commit e72d314

Browse files
authored
Update src/examples/README.md
1 parent 605100a commit e72d314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Changing the page size after the database is created is not supported (this is a
1919
### IDBMirrorVFS
2020
This VFS keeps all files in memory, persisting database files to IndexedDB. It works on all contexts.
2121

22-
IDBBatchAtomicVFS can trade durability for performance by setting `PRAGMA synchronous=normal`.
22+
IDBMirrorVFS can trade durability for performance by setting `PRAGMA synchronous=normal`.
2323

2424
Changing the page size after the database is created is not supported.
2525

0 commit comments

Comments
 (0)