Skip to content

Commit 1121c40

Browse files
sypharJoshua Nelson
andauthored
fix typo
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
1 parent 6d315e6 commit 1121c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/releases.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ pub fn activity_handler(req: &mut Request) -> IronResult<Response> {
675675
conn.query(
676676
"
677677
WITH dates AS (
678-
-- we need this series to we have also days in the statistic that don't have any releases
678+
-- we need this series so that days in the statistic that don't have any releases are included
679679
SELECT generate_series(
680680
CURRENT_DATE - interval '30 days',
681681
CURRENT_DATE - interval '1 day',

0 commit comments

Comments
 (0)