fix comment

This commit is contained in:
Nikita Sivukhin
2025-09-17 16:43:13 +04:00
parent a8bc06ea9c
commit b2afdb8d29

View File

@@ -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) = {