Skip to content

Commit 826be80

Browse files
committed
Fix typo: followings -> following
1 parent 52eef5d commit 826be80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/intellitest-manual/static-helper-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public static void AreElementsNotNull<T>(T[] value)
152152
where T : class
153153
{
154154
PexAssume.NotNull(value);
155-
// the followings prevents the exploration of all array lengths
155+
// the following prevents the exploration of all array lengths
156156
int len = PexSymbolicValue.Ignore<int>(value.Length);
157157

158158
// building up a boolean value as follows prevents exploration

0 commit comments

Comments
 (0)