Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverKillane committed Jun 24, 2024
1 parent 8c02a6b commit 8e5c006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/embedded_db_comparisons/src/sales_analytics/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub enum Currency {
BTC,
}

/// Validate a proce by the rules:
/// Validate a process by the rules:
/// - No more than $10k in dollars
/// - Fewer than 20 in BTC
fn validate_price(price: &u64, currency: &Currency) -> bool {
Expand Down

0 comments on commit 8e5c006

Please sign in to comment.