Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
  • Loading branch information
waynexia committed Jun 20, 2024
1 parent 3120623 commit 3ca145a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store-api/src/region_engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ impl ScannerPartitioning {
}
}

/// Represents one data range within a partiton
/// Represents one data range within a partition
#[derive(Debug, Clone, Copy)]
pub struct PartitionRange {
/// Start time of time index column. Inclusive.
Expand Down

0 comments on commit 3ca145a

Please sign in to comment.