-
Notifications
You must be signed in to change notification settings - Fork 751
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
Conversation
@@ -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"> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Maybe because I touched those resx files, VS thought why not mess up the project settings with all sorts of different tool versions. |
Is it good to merge then? |
it passed, so yes. |
@@ -71,7 +71,7 @@ internal class Strings_Core { | |||
} | |||
|
|||
/// <summary> | |||
/// Looks up a localized string similar to OnCompleted notification doesn't have a value.. | |||
/// Looks up a localized string similar to OnCompleted notification doesn't have a value.. |
There was a problem hiding this comment.
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.
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).