Skip to content

Commit 8163b32

Browse files
TrickyCatkurtschelfthout
authored andcommitted
✍ Fix a typo
1 parent 3355a64 commit 8163b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TestData.fsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ called `gen` is provided by FsCheck, and all the functions in the `Gen` module a
1717
For C#, there are some LINQ methods you can use (select, where) and a number of methods on the `Gen` class.
1818
The name for the methods in F# and C# are largely the same except for casing.
1919
20-
Shrinkers have types of the form `'a -> seq<'a>` aka `Func<T,IEnumerable<T>`; given a value, a shrinker
20+
Shrinkers have types of the form `'a -> seq<'a>` aka `Func<T,IEnumerable<T>>`; given a value, a shrinker
2121
produces a sequence of values that are (in some way) smaller than the given value.
2222
If FsCheck finds a set of values that falsify a given property, it will try
2323
to make that value smaller than the original (random) value by getting the

0 commit comments

Comments
 (0)