From bfe3ed2a6b4c4fddb5cdf2efc31aa0e8338e7452 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Tue, 6 Jun 2017 13:37:28 +0800 Subject: [PATCH] Documentation clarification --- Test/QuickCheck/Property.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/QuickCheck/Property.hs b/Test/QuickCheck/Property.hs index f5bd094d..3ba7aabf 100644 --- a/Test/QuickCheck/Property.hs +++ b/Test/QuickCheck/Property.hs @@ -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 }