Add ellipsis

This commit is contained in:
kraai 2015-05-14 15:44:41 +00:00
parent 5613ba1dfa
commit 0c1dd7e493
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ toFilePath (Path l) = l
-- --
-- @stripDir (a :: Path Abs …) (b :: Path Rel …)@ -- @stripDir (a :: Path Abs …) (b :: Path Rel …)@
-- --
-- @stripDir (a :: Path Rel) (b :: Path Abs …)@ -- @stripDir (a :: Path Rel) (b :: Path Abs …)@
-- --
-- In other words the bases must match. -- In other words the bases must match.
-- --