Skip to content

Commit 6149e20

Browse files
committed
Fix typo: irrevelant -> irrelevant
1 parent 52eef5d commit 6149e20

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)