-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Remove trailing backslashes from System.Globalization.CultureInfo #8571
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
|
Tagging subscribers to this area: @dotnet/area-system-globalization Issue DetailsSummaryThis pull request removes the trailing
|
|
@crpz1 the backslash is not showing except in the last line. https://learn.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo?view=net-7.0 |
|
Learn Build status updates of commit 9e22687: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
|
@crpz1 could you please revert this change and only keep removing the slash in the last line? |
|
I see, for future reference, how would one build this to preview changes? |
A preview is generated automatically but unfortunately it's only visible internally at Microsoft. |
|
Learn Build status updates of commit 1223908: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|


Summary
This pull request removes the trailing
\from the list of sections as the last one was visible in the final page.All of them were removed to be more in line with other documents such as System.Security.SecureString with similar table of content like sections.