Skip to content
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

Various small corrections #95

Merged
merged 1 commit into from
Oct 7, 2017
Merged

Various small corrections #95

merged 1 commit into from
Oct 7, 2017

Conversation

bkoelman
Copy link
Contributor

@bkoelman bkoelman commented Oct 7, 2017

  • 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.

- 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.
@dennisdoomen dennisdoomen merged commit 733ca55 into dennisdoomen:master Oct 7, 2017
@bkoelman bkoelman deleted the various branch October 7, 2017 10:57
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.
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.

2 participants