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

4.x: Fix XML document spelling errors #543

Merged
merged 5 commits into from
May 28, 2018

Conversation

akarnokd
Copy link
Collaborator

This PR fixes a bunch of spelling errors in the XML documentation of the public API and then some.

I have left alone the cancellable and similar worlds because of the US/UK spelling style differences (and somehow the double L comes more natural to me despite the rules).

@@ -53,8 +53,22 @@
<ItemGroup>
<None Update="Linq\Observable\CombineLatest.Generated.tt" Generator="TextTemplatingFileGenerator" LastGenOutput="CombineLatest.Generated.cs" />
<Compile Update="Linq\Observable\CombineLatest.Generated.cs" DesignTime="True" AutoGen="True" DependentUpon="CombineLatest.Generated.tt" />
<Compile Update="Strings_Linq.Designer.cs">
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not sure how this ended up here.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Probably due to changed master. Rebase, I'll merge.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I started fresh with this, the update button is greyed out. I'll undo this change.

@akarnokd
Copy link
Collaborator Author

Maybe because I touched those resx files, VS thought why not mess up the project settings with all sorts of different tool versions.

@danielcweber
Copy link
Collaborator

Is it good to merge then?

@akarnokd
Copy link
Collaborator Author

it passed, so yes.

@@ -71,7 +71,7 @@ internal class Strings_Core {
}

/// <summary>
/// Looks up a localized string similar to OnCompleted notification doesn&apos;t have a value..
/// Looks up a localized string similar to OnCompleted notification doesn't have a value..
Copy link
Collaborator

Choose a reason for hiding this comment

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

I guess this typo is by design and will be regenerated.

@danielcweber danielcweber merged commit ceee7a7 into dotnet:master May 28, 2018
@akarnokd akarnokd deleted the XMLDocFixes branch May 30, 2018 13:01
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