Skip to content

Commit bed549a

Browse files
authored
Merge pull request #84 from matthewleon/quickCheckPure-doc
fix quickCheckPure documentation
2 parents a308baf + 8f4f2c1 commit bed549a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)