Skip to content

Commit 9cd33b9

Browse files
authored
Comment => doc comment
1 parent 268a298 commit 9cd33b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hie/Yaml.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fmtComponent (p, c) =
5050
<> "component: "
5151
<> dQuote c
5252

53-
-- Same as init but handle empty list without throwing errors.
53+
-- | Same as init but handle empty list without throwing errors.
5454
dropLast :: [a] -> [a]
5555
dropLast l = take (length l - 1) l
5656

0 commit comments

Comments
 (0)