Various small corrections#95
Merged
Merged
Conversation
- Spelling errors - Add digit separators in example - Fix missing generic type in example - Correct indents, spacing and prevent scrollbar on GitHub - Replace single-letter variables in examples with longer names - Add `do` keyword on AV1535; removed duplicate text in AV2400 - Replace `protected` with non-private because the example contains public virtual member - Replaced Cant with Cannot (more proper language usage) - Fix AV2221: `delegates` is wrong terminology; should be anonymous function - Correct example by adding missing `FirstOrDefault` call. - Updated return type to be generic task - Correction: Replaced "whitespace" with "space" (whitespace represents the set of tabs, line breaks, spaces etc) which is not what's intended here.
mapfel
pushed a commit
to stepahead/CSharpGuidelines
that referenced
this pull request
Mar 22, 2021
- Spelling errors - Add digit separators in example - Fix missing generic type in example - Correct indents, spacing and prevent scrollbar on GitHub - Replace single-letter variables in examples with longer names - Add `do` keyword on AV1535; removed duplicate text in AV2400 - Replace `protected` with non-private because the example contains public virtual member - Replaced Cant with Cannot (more proper language usage) - Fix AV2221: `delegates` is wrong terminology; should be anonymous function - Correct example by adding missing `FirstOrDefault` call. - Updated return type to be generic task - Correction: Replaced "whitespace" with "space" (whitespace represents the set of tabs, line breaks, spaces etc) which is not what's intended here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dokeyword on AV1535; removed duplicate text in AV2400protectedwith non-private because the example contains public virtual memberdelegatesis wrong terminology; should be anonymous functionFirstOrDefaultcall.