Skip to content

Commit d2d8212

Browse files
committed
doc typo
1 parent 4876174 commit d2d8212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/QuickCheck/Arbitrary/Generic.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ data Foo = Foo
2727
The generated 'arbitrary' method is equivalent to
2828
2929
@
30-
Foo <$> arbitrary <*> arbitrary
30+
Foo '<$>' arbitrary '<*>' arbitrary
3131
@.
3232
3333
It can also handle a recursive types problem. Assuming a type

0 commit comments

Comments
 (0)