Skip to content

Commit 78ce089

Browse files
committed
Housekeeping
1 parent 5298374 commit 78ce089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Draw.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ coordinateSystem cosy = do
216216
C.translate (width/2) (height/2)
217217

218218
-- | Render pictures for Haddock with doctests. Nomenclature: the 'FilePath' for
219-
-- /Foo.Bar.Baz/ is /Foo\/Bar\/Baz.hs\/pic_name.svg/.
219+
-- /Foo.Bar.Baz/ is /Foo\/Bar\/Baz\/pic_name.svg/.
220220
haddockRender :: FilePath -> Int -> Int -> Render () -> IO ()
221221
haddockRender filename w h actions = do
222222
let filepath = "docs/haddock/" ++ filename

0 commit comments

Comments
 (0)