Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Commit

Permalink
Doc fix. Fixes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois committed Jan 7, 2013
1 parent a4370be commit 3b56cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Text/Blaze/Svg/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type Path = State AttributeValue ()
-- >
-- > svgDoc :: S.Svg
-- > svgDoc = S.docTypeSvg ! A.version "1.1" ! A.width "150" ! A.height "100" $ do
-- > path ! d makeSimplePath
-- > path ! A.d makeSimplePath
-- >
-- > makeSimplePath :: S.AttributeValue
-- > makeSimplePath = mkPath do
Expand Down

2 comments on commit 3b56cd8

@etrepum
Copy link

@etrepum etrepum commented on 3b56cd8 Jan 7, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

path needs to be changed to S.path. Missed that on the initial report, but later edited it. I guess I should've used a comment instead.

@deepakjois
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I noticed that, and made another commit 13109fe

Please sign in to comment.