Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed Jun 7, 2024
1 parent 5ba9afd commit f56b6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expr/impl/src/table_function/generate_series.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ where
Ok(std::iter::from_fn(next))
}

/// Validate decimals can not be NaN or infinity.
/// Validate decimals can not be `NaN` or `infinity`.
#[inline]
fn validate_range_parameters(start: Decimal, stop: Decimal, step: Decimal) -> Result<()> {
validate_decimal(start, "start")?;
Expand Down

0 comments on commit f56b6d1

Please sign in to comment.