Skip to content

Commit

Permalink
Merge pull request #172 from sol/docs
Browse files Browse the repository at this point in the history
Documentation clarification
  • Loading branch information
nick8325 authored Jun 6, 2017
2 parents e2c5939 + bfe3ed2 commit d76fb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/QuickCheck/Property.hs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ data Result
, abort :: Bool -- ^ if True, the test should not be repeated
, maybeNumTests :: Maybe Int -- ^ stop after this many tests
, labels :: Map String Int -- ^ all labels used by this property
, stamp :: Set String -- ^ the collected values for this test case
, stamp :: Set String -- ^ the collected labels for this test case
, callbacks :: [Callback] -- ^ the callbacks for this test case
}

Expand Down

0 comments on commit d76fb91

Please sign in to comment.