Merge pull request #182 from nikolas/patch-1

Fix typo in delete test comment: identiy -> identity
This commit is contained in:
Sibi 2018-08-31 22:57:03 +05:30 committed by GitHub
commit 85b47fc3ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ prop_delete x =
where _ = x :: T
-- delete is reversible with 'insert'.
-- It is the identiy, except for the 'master', which is reset on insert and delete.
-- It is the identity, except for the 'master', which is reset on insert and delete.
--
prop_delete_insert (x :: T) =
case peek x of