Skip to content

Commit

Permalink
Merge pull request elm#439 from elm-lang/jvoigtlaender-patch-1
Browse files Browse the repository at this point in the history
punctuation fix
  • Loading branch information
process-bot committed Dec 1, 2015
2 parents 033fe1f + e5898a8 commit 8c71736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mouse.elm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ y =
Signal.map snd position


{-| The current state of the mouse
{-| The current state of the mouse.
True when any mouse button is down, and false otherwise. -}
isDown : Signal Bool
isDown =
Expand Down

0 comments on commit 8c71736

Please sign in to comment.