Skip to content

Commit 04ecec4

Browse files
Update README.markdown: wording
Co-authored-by: Ryan Scott <[email protected]>
1 parent 2557e96 commit 04ecec4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Haskell easy.
1313
* The simple API hides a lot of automation and details that you
1414
shouldn't need to worry about.
1515

16-
* Sophisticated, high-resolution analysis can accurately measure
16+
* Sophisticated, high-resolution analysis which can accurately measure
1717
operations that run in as little as a few hundred picoseconds.
1818

19-
* [Output to active HTML](https://hackage.haskell.org/package/criterion/src/www/report.html) (with Javascript charts), CSV,
20-
and JSON. Write your own report templates to customize exactly how
19+
* [Output to active HTML](https://hackage.haskell.org/package/criterion/src/www/report.html) (with JavaScript charts), CSV,
20+
and JSON. Write your own report templates to customize exactly how
2121
your results are presented.
2222

23-
* Linear regression model allows measurement of the effects of garbage
23+
* Linear regression model that allows measuring the effects of garbage
2424
collection and other factors.
2525

2626
* Measurements are cross-validated to ensure that sources of

0 commit comments

Comments
 (0)