Skip to content

Fixed incorrectly marked code blocks in docs and xml. #2158

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

tompratt-AQ
Copy link
Contributor

Title

Fixed incorrectly marked code blocks in docs and xml.

Summary

I did the following to find code blocks that were incorrectly marked:

  1. Searched on "[C#]" in /xml branch (Fixed 49 files)
  2. Searched on "[C#]" in /docs branch (Fixed 20 files)
  3. Searched on "[Visual Basic]" in /xml = (Fixed 8 files)
  4. Searched on "[Visual Basic]" in /docs = (Fixed 8 files)

Within these files, I deleted unneeded spaces and fixed other unmarked code blocks.
Note: Please review the topic:
docs/framework/winforms/controls/serializing-collections-designerserializationvisibilityattribute.md
It required some editing to the text and to a procedure when the correct labels were added.

Fixes #2069

Suggested Reviewers

@mairaw

Copy link
Contributor

@mairaw mairaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great @tompratt-AQ! I'll wait for green builds to be able to verify on staging and merge this. Thanks!

@mairaw mairaw merged commit f19bef6 into dotnet:master May 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrectly marked code blocks
3 participants