Skip to content

Commit

Permalink
bad doc
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed May 7, 2024
1 parent d4a9137 commit 18c35d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/risedevtool/src/task/kafka_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl KafkaService {
Ok(Command::new(self.kafka_path()?))
}

/// Format KRaft storage. This is a necessary step to start a fresh Kafka service.
/// Format kraft storage. This is a necessary step to start a fresh Kafka service.
fn kafka_storage_format(&self) -> Result<Command> {
let prefix_bin = env::var("PREFIX_BIN")?;
let path = Path::new(&prefix_bin)
Expand Down

0 comments on commit 18c35d9

Please sign in to comment.