Skip to content

Commit 15fd0dd

Browse files
committed
Tweak message about not finding relevant changes
1 parent f476405 commit 15fd0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/github.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ fn generate_short_summary(
761761
} else {
762762
(
763763
format!(
764-
"no relevant changes found. {} results were found to be statistically significant but too small to be relevant.",
764+
"changes not relevant. {} results were found to be statistically significant but the changes were too small to be relevant.",
765765
summary.num_significant_changes(),
766766
),
767767
None

0 commit comments

Comments
 (0)