-
Notifications
You must be signed in to change notification settings - Fork 1.6k
MailAddress: Clarify formatting elements versus details of them. #9837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The list showing what is supported includes some complete formats for MailAddress (e.g. the first bullet) and some formatting elements that are not “format” of a MailAddress (e.g. the last bullet). Additionally, some bullets describe one of the formatting elements, rather than being formatting elements of their own. This commit addresses both issues.
Tagging subscribers to this area: @dotnet/ncl |
Learn Build status updates of commit dbb1eb2: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @breyed. I had a couple suggestions to improve this even further. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Learn Build status updates of commit 14c83a1: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
The list showing what is supported includes some complete formats for MailAddress (e.g. the first bullet) and some formatting elements that are not “format” of a MailAddress (e.g. the last bullet). Additionally, some bullets describe one of the formatting elements, rather than being formatting elements of their own. This commit addresses both issues.
Summary
Describe your changes here.
Fixes #Issue_Number (if available)