Skip to content

Commit aa2974b

Browse files
baigthomashoneyman
andauthored
Corrected description of 'ProfileWithEmail' type. (#77)
* Corrected description of 'ProfileWithEmail' type. * Update src/Data/Profile.purs Co-authored-by: Thomas Honeyman <[email protected]>
1 parent 5ccdde8 commit aa2974b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Profile.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ type Profile = { | ProfileRep () }
7474
-- | The `ProfileWithEmail` type extends the `Profile` fields with an additional `Email` type.
7575
type ProfileWithEmail = { | ProfileRep (email :: Email) }
7676

77-
-- | The `ProfileWithEmail` type extends the `Profile` fields with an additional `Email` type.
77+
-- | The `ProfileWithEmailPassword` type extends the `Profile` fields with additional `email` and `password` fields.
7878
type ProfileWithEmailPassword = { | ProfileRep (email :: Email, password :: Maybe String) }
7979

8080
-- | The `Author` type extends the `Profile` fields with an additional `Relation` type.

0 commit comments

Comments
 (0)