Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bragov4ik committed Jul 1, 2024
1 parent bc00ff8 commit f8eba71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl<C: ChartProperties> QueryBehaviour for DefaultQueryVec<C> {
) -> Result<Self::Output, UpdateError> {
let (start, end) = range.map(|r| (r.start, r.end)).unzip();
// Currently we store data with date precision. Update-time relevance for local charts
// is achieved while requestind remote source data
// is achieved while requesting remote source data
let start = start.map(|s| s.date_naive());
let end = end.map(|s| {
// the `end` point is excluded from the range, meaning
Expand Down

0 comments on commit f8eba71

Please sign in to comment.