Skip to content

Commit fdd2059

Browse files
committed
Fix typo
1 parent a04bee4 commit fdd2059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/comparison.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ pub struct Comparison {
755755
pub b: ArtifactDescription,
756756
/// Statistics based on test case
757757
pub statistics: HashSet<TestResultComparison>,
758-
/// A map from benchmark name to an error which occured when building `b` but `a`.
758+
/// A map from benchmark name to an error which occured when building `b` but not `a`.
759759
pub new_errors: HashMap<String, String>,
760760
}
761761

0 commit comments

Comments
 (0)