]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/ETag.hs
Doc fix
[Lucu.git] / Network / HTTP / Lucu / ETag.hs
index c75394f5701e6b8fb92b2382d99e0be1a8787042..20fa0476f27057611f1ac7eb85880f19d175c623 100644 (file)
@@ -33,13 +33,13 @@ instance Show ETag where
                                ++
                                quoteStr token
 
--- |This is equivalent to @'ETag' False@. If you want to generate
--- an ETag from a file, try using
+-- |This is equivalent to @'ETag' 'Prelude.False'@. If you want to
+-- generate an ETag from a file, try using
 -- 'Network.HTTP.Lucu.StaticFile.generateETagFromFile'.
 strongETag :: String -> ETag
 strongETag = ETag False
 
--- |This is equivalent to @'ETag' True@.
+-- |This is equivalent to @'ETag' 'Prelude.True'@.
 weakETag :: String -> ETag
 weakETag = ETag True