chore: Apply suggestions from code review

Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>
pull/24376/head
Nga Tran 2023-07-24 13:40:20 -04:00 committed by GitHub
parent 144778430e
commit 12e935af26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ pub enum Error {
TimeAsTag(),
}
/// Partition template: a string of columns or time ofrmat each separated by a comma
/// Partition template: a string of columns or time format each separated by a comma
/// example: "col1,col2,%Y"
#[derive(Debug, clap::Parser, Default, Clone)]
pub struct PartitionTemplateConfig {