Skip to content

Commit

Permalink
bugfix Fluent.Gen.Fresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Dorfer authored and kurtschelfthout committed May 30, 2024
1 parent 5b0c4d8 commit 0b2e216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FsCheck/Fluent.Gen.fs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type Gen =
/// objects.
/// See also constant.
//[category: Creating generators]
static member Fresh(create:Func<Gen<'T>>) =
static member Fresh(create:Func<'T>) =
if isNull create then nullArg "create"
Gen.fresh create.Invoke

Expand Down

0 comments on commit 0b2e216

Please sign in to comment.