Merge pull request #1 from kraai/patch-1

Add ellipsis
This commit is contained in:
Chris Done 2015-05-14 17:48:11 +02:00
commit bff31277e3
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 Rel) (b :: Path Abs …)@
-- @stripDir (a :: Path Rel) (b :: Path Abs …)@
--
-- In other words the bases must match.
--