summaryrefslogtreecommitdiff
path: root/Pancake/Reading.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Pancake/Reading.hs')
-rw-r--r--Pancake/Reading.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pancake/Reading.hs b/Pancake/Reading.hs
index bd70ad4..d910362 100644
--- a/Pancake/Reading.hs
+++ b/Pancake/Reading.hs
@@ -68,7 +68,7 @@ retrieve :: String
-> URI
-- ^ Document URI.
-> IO (Maybe (BS.ByteString, Maybe URI, Maybe String))
- -- ^ Document contents.
+ -- ^ File contents, effective URI, type.
retrieve cmd uri = do
putErrLn $ "Retrieving " ++ show uri
curEnv <- getEnvironment