Skip to content

Commit 8f4f2c1

Browse files
committed
fix quickCheckPure documentation
1 parent a308baf commit 8f4f2c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Test/QuickCheck.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ type LoopState =
120120
, index :: Int
121121
}
122122

123-
-- | Test a property, returning all test results as an array.
123+
-- | Test a property, returning all test results as a List.
124124
-- |
125125
-- | The first argument is the _random seed_ to be passed to the random generator.
126126
-- | The second argument is the number of tests to run.

0 commit comments

Comments
 (0)