Fixed documentation in Find.hs

This commit is contained in:
Andrés Sicard-Ramírez 2014-06-12 14:48:38 -05:00
parent 843e426a2e
commit ca9a53c615
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
-- Because 'FindClause' is a monad, you can use the usual monad
-- machinery to, for example, lift pure functions into it.
--
-- Here's a clause that will return 'False' for any file whose
-- Here's a clause that will return 'True' for any file whose
-- directory name contains the word @\"temp\"@.
--
-- @