Skip to content

Commit 3cc973f

Browse files
committed
better wording in code comment
1 parent 58d7119 commit 3cc973f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/src/routes/routers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ mod analytics_router_test {
13091309
.expect("Should get analytics response")
13101310
.analytics;
13111311

1312-
// 1 + 1 (from previous events) + 69 (from update in this test case) = 71
1312+
// 1 + 1 (events from previous updates) + 69 (events from update in this test case) = 71
13131313
assert_eq!(
13141314
vec![FetchedMetric::Count(71)],
13151315
fetched_analytics

0 commit comments

Comments
 (0)