oops, add period

This commit is contained in:
Devin Mullins
2007-10-24 12:54:48 +00:00
parent 3044a447e6
commit b1da605575

View File

@@ -26,7 +26,7 @@ module XMonadContrib.Invisible (
-- A wrapper data type to store layout state that shouldn't be persisted across
-- restarts. A common wrapped type to use is @Maybe a@.
-- Invisible derives trivial definitions for Read and Show, so the wrapped data
-- type need not do so
-- type need not do so.
newtype Invisible m a = I (m a) deriving (Monad, Functor)