We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52eef5d commit 6149e20Copy full SHA for 6149e20
docs/test/intellitest-manual/warnings-and-errors.md
@@ -136,7 +136,7 @@ You can use
136
void ParameterizedTest(int n) {
137
int nshadow = PexSymbolicValue.Ignore(n); // IntelliTest looses track of 'n'
138
139
- // irrevelant for MaxConditions, since nshadow is not related to input
+ // irrelevant for MaxConditions, since nshadow is not related to input
140
for (int i=0; i<nshadow; i++)
141
{...}
142
}
0 commit comments