1
0
mirror of https://github.com/xmonad/xmonad.git synced 2025-07-26 17:51:51 -07:00

Merge pull request 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

@@ -18,7 +18,7 @@ prop_delete x =
where _ = x :: T where _ = x :: T
-- delete is reversible with 'insert'. -- 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) = prop_delete_insert (x :: T) =
case peek x of case peek x of