diff --git a/src/HPath/IO.hs b/src/HPath/IO.hs index 0b9323c..1d10f73 100644 --- a/src/HPath/IO.hs +++ b/src/HPath/IO.hs @@ -287,7 +287,7 @@ data CopyMode = Strict -- ^ fail if any target exists -- Throws in `CollectFailures` RecursiveMode only: -- -- - `RecursiveFailure` if any of the recursive operations that are not --- part of the top-directory sanity-checks fails (`HPathIOException`) +-- part of the top-directory sanity-checks fail (`HPathIOException`) -- -- Throws in `Strict` CopyMode only: --