Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niebayes committed Dec 15, 2023
1 parent 153d460 commit 6da6de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/meta/src/wal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub use crate::wal::options_allocator::WalOptionsAllocator;

pub const WAL_OPTIONS_KEY: &str = "wal_options";

/// Wal configurations for bootstraping meta srv.
/// Wal configurations for bootstrapping meta srv.
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)]
#[serde(tag = "provider")]
pub enum WalConfig {
Expand Down

0 comments on commit 6da6de0

Please sign in to comment.