From 0c1dd7e49314e1d024d3ffdf4327a50d6664dd34 Mon Sep 17 00:00:00 2001 From: kraai Date: Thu, 14 May 2015 15:44:41 +0000 Subject: [PATCH] Add ellipsis --- src/Path.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Path.hs b/src/Path.hs index d150148..a9ab58e 100644 --- a/src/Path.hs +++ b/src/Path.hs @@ -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. --