Skip to content

Commit e0a465b

Browse files
authored
Merge pull request #10867 from changeworld/patch-4
Fix typo: irrevelant -> irrelevant
2 parents 85b48e0 + 6149e20 commit e0a465b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/intellitest-manual/warnings-and-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ You can use
136136
void ParameterizedTest(int n) {
137137
int nshadow = PexSymbolicValue.Ignore(n); // IntelliTest looses track of 'n'
138138
139-
// irrevelant for MaxConditions, since nshadow is not related to input
139+
// irrelevant for MaxConditions, since nshadow is not related to input
140140
for (int i=0; i<nshadow; i++)
141141
{...}
142142
}

0 commit comments

Comments
 (0)