File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ pub enum TestCaseError {
39
39
/// configured `PROPTEST_CASES`; only `NewCases` shall be counted.
40
40
///
41
41
/// TODO-v2: Ideally `TestCaseResult = Result<TestCaseOk, TestCaseError>`
42
- /// however this breaks source compability in version 1.x.x because
42
+ /// however this breaks source compatibility in version 1.x.x because
43
43
/// `TestCaseResult` is public.
44
44
#[ derive( Debug , Clone ) ]
45
45
pub ( crate ) enum TestCaseOk {
@@ -56,7 +56,7 @@ pub type TestCaseResult = Result<(), TestCaseError>;
56
56
/// Intended to replace `TestCaseResult` in v2.
57
57
///
58
58
/// TODO-v2: Ideally `TestCaseResult = Result<TestCaseOk, TestCaseError>`
59
- /// however this breaks source compability in version 1.x.x because
59
+ /// however this breaks source compatibility in version 1.x.x because
60
60
/// `TestCaseResult` is public.
61
61
pub ( crate ) type TestCaseResultV2 = Result < TestCaseOk , TestCaseError > ;
62
62
You can’t perform that action at this time.
0 commit comments