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.
2 parents 52eef5d + 826be80 commit 85b48e0Copy full SHA for 85b48e0
docs/test/intellitest-manual/static-helper-classes.md
@@ -152,7 +152,7 @@ public static void AreElementsNotNull<T>(T[] value)
152
where T : class
153
{
154
PexAssume.NotNull(value);
155
- // the followings prevents the exploration of all array lengths
+ // the following prevents the exploration of all array lengths
156
int len = PexSymbolicValue.Ignore<int>(value.Length);
157
158
// building up a boolean value as follows prevents exploration
0 commit comments