Skip to content

Commit

Permalink
πŸ“ Update documentation of EmailAddress.Companion.PATTERN (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
LVMVRQUXL committed Mar 31, 2024
1 parent 74446a3 commit 51c4082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commonMain/kotlin/org/kotools/types/EmailAddress.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class EmailAddress private constructor() {
/**
* The pattern that an email address should match.
*
* The underlying pattern is `^\S+@\S+\.\S+$`.
* The underlying value is `^\S+@\S+\.\S+$`.
*
* Here's the explanation associated to each symbol used in this
* pattern:
Expand Down

0 comments on commit 51c4082

Please sign in to comment.