From 934859af018802be8a2657281aa35d51f91a83a0 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 16 Feb 2020 22:48:53 +0100 Subject: compiler: fix doc comment (cherry picked from commit 4a6138c89b838c85ede2b3c341c59676580e1043) --- compiler/src/Files.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler') diff --git a/compiler/src/Files.hs b/compiler/src/Files.hs index 8a53b84..a45e8aa 100644 --- a/compiler/src/Files.hs +++ b/compiler/src/Files.hs @@ -53,7 +53,7 @@ type FileName = String type LocalPath = String type WebPath = String - -- | Reversed path component list +-- | Reversed path component list data Path = Path [FileName] deriving Show instance ToJSON Path where -- cgit v1.2.3