Skip to content

Commit fbe3e97

Browse files
Merge pull request #809 from Skgland/patch-1
fix typo
2 parents b32f6eb + 0ca9823 commit fbe3e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/reports.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ fn reports_thread(data: &Data, github_data: Option<&GithubData>) -> Fallible<()>
129129
res.info.values().sum::<u32>(),
130130
),
131131
)
132-
.line("bar_chart", format!("{spurious_retry} spurious results on the [retry-regessed-list.txt]({retry_regressed_list_url}), consider a retry[^1] if this is a significant amount."))
132+
.line("bar_chart", format!("{spurious_retry} spurious results on the [retry-regressed-list.txt]({retry_regressed_list_url}), consider a retry[^1] if this is a significant amount."))
133133
.footnote("1", format!("re-run the experiment with `crates={retry_regressed_list_url}`"))
134134
.line(
135135
"newspaper",

0 commit comments

Comments
 (0)