LIB: fix documentation in throwDestinationInSource

This commit is contained in:
Julian Ospald 2016-04-03 16:56:42 +02:00
parent ba4fbc200c
commit b66e12cc9e
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28

View File

@ -116,7 +116,7 @@ throwSameFile fp1 fp2 = do
-- source directory with all device+file IDs of the parent directories -- source directory with all device+file IDs of the parent directories
-- of the destination. -- of the destination.
throwDestinationInSource :: Path Abs -- ^ source dir throwDestinationInSource :: Path Abs -- ^ source dir
-> Path Abs -- ^ full destination, `basename dest` -> Path Abs -- ^ full destination, `dirname dest`
-- must exist -- must exist
-> IO () -> IO ()
throwDestinationInSource source dest = do throwDestinationInSource source dest = do