Skip to content

Commit

Permalink
Make comment more comprehensive
Browse files Browse the repository at this point in the history
  • Loading branch information
Gifted-s committed Dec 27, 2024
1 parent 6dc07e5 commit 020fe62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/recovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use std::sync::Arc;
use tokio::fs::read_dir;
use tokio::sync::RwLock;

/// Parameters to create an empty ['DataStore'] or recover exisiting one from ['ValueLog']
/// Parameters to create an empty ['DataStore'] or recover to previous state before crash
pub struct CreateOrRecoverStoreParams<'a, P> {
pub dir: &'a DirPath,
pub buckets_path: P,
Expand Down

0 comments on commit 020fe62

Please sign in to comment.