typo fix in delete test comment: identiy -> identity

This commit is contained in:
nikolas 2018-08-31 12:37:04 -04:00 committed by GitHub
parent e8133eb9a6
commit 1a99280227
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