Skip to content

Commit

Permalink
Fix mistake in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSStewart committed May 16, 2021
1 parent fa0570e commit 627ae7f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/EmailAddress.elm
@@ -1,11 +1,8 @@
module EmailAddress exposing
( fromString, toString
, EmailAddress
)
module EmailAddress exposing (EmailAddress, fromString, toString)

{-|
@docs Email, fromString, toString
@docs EmailAddress, fromString, toString
-}

Expand Down

0 comments on commit 627ae7f

Please sign in to comment.