mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-22 17:34:27 +01:00
fix comment
This commit is contained in:
@@ -1439,7 +1439,7 @@ impl Wal for WalFile {
|
||||
);
|
||||
turso_assert!(
|
||||
self.get_shared().is_initialized()?,
|
||||
"WAL must be prepared with prepare_append method"
|
||||
"WAL must be prepared with prepare_wal_start/prepare_wal_finish method"
|
||||
);
|
||||
|
||||
let (header, shared_page_size, epoch) = {
|
||||
|
||||
Reference in New Issue
Block a user