Skip to content

Commit

Permalink
Fix markup of documentation comment (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaSpa committed Jun 2, 2020
1 parent 8b206db commit 1fb924e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Halogen/Component.purs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ defaultEval =
-- | Accepts an `EvalSpec` to produce an `eval` function for a component. For
-- | example:
-- |
-- | ```purescript`
-- | ```purescript
-- | -- use `defaultEval` and override fields selectively
-- | H.mkEval (H.defaultEval { handleAction = ?handleAction })
-- |
Expand Down

0 comments on commit 1fb924e

Please sign in to comment.