Skip to content
Snippets Groups Projects
Commit f1f6f117 authored by Dato Simó's avatar Dato Simó
Browse files

test/Utils.hs: fix capitalization in docstring comment


Signed-off-by: default avatarDato Simó <dato@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 0df54fd2
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ prop_niceSortKey_equiv =
zip numbers names)
]
-- | Tests 'rstripSpace'.
-- | Tests 'rStripSpace'.
prop_rStripSpace :: NonEmptyList Char -> Property
prop_rStripSpace (NonEmpty str) =
forAll (resize 50 $ listOf1 (arbitrary `suchThat` isSpace)) $ \whitespace ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment