We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following sentence on Key Types chapter on the book, need to change from:
Both IEnumerator<T> and IObservable<T> represent potential sequences.
To:
Both IEnumerable<T> and IObservable<T> represent potential sequences.
The text was updated successfully, but these errors were encountered:
Fix for issue dotnet#2073
80e382b
signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Minor typo corrections to Rx book (#2074)
2305a5b
* Removed extraneous semicolon in code sample signed-off-by: Whit Waldo <whit.waldo@innovian.net> * Added missing close quote signed-off-by: Whit Waldo <whit.waldo@innovian.net> * Added missing period signed-off-by: Whit Waldo <whit.waldo@innovian.net> * Removed duplicate word signed-off-by: Whit Waldo <whit.waldo@innovian.net> * Added capital letter where missing. signed-off-by: Whit Waldo <whit.waldo@innovian.net> * Fix for issue #2073 signed-off-by: Whit Waldo <whit.waldo@innovian.net> --------- Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Successfully merging a pull request may close this issue.
The following sentence on Key Types chapter on the book, need to change from:
To:
The text was updated successfully, but these errors were encountered: