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 826be80Copy full SHA for 826be80
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