Skip to content

Commit 1026935

Browse files
author
Richard Feldman
committed
Fix Event docs
1 parent 54c71e8 commit 1026935

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/Html/Styled/Events.elm

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,13 @@ module Html.Styled.Events
2626
2727
It is often helpful to create an [Union Type] so you can have many different kinds
2828
of events as seen in the [TodoMVC] example.
29-
30-
[Union Type]: http://elm-lang.org/learn/Union-Types.elm
31-
[TodoMVC]: https://github.com/evancz/elm-todomvc/blob/master/Todo.elm
29+
[Union Type]: <http://elm-lang.org/learn/Union-Types.elm>
30+
[TodoMVC]: <https://github.com/evancz/elm-todomvc/blob/master/Todo.elm>
3231
3332
3433
# Mouse Helpers
3534
36-
@docs onClick, onDoubleClick,
37-
onMouseDown, onMouseUp,
38-
onMouseEnter, onMouseLeave,
39-
onMouseOver, onMouseOut
35+
@docs onClick, onDoubleClick, onMouseDown, onMouseUp, onMouseEnter, onMouseLeave, onMouseOver, onMouseOut
4036
4137
4238
# Form Helpers

0 commit comments

Comments
 (0)