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

Fix sentence on IntroToRx book #2073

Closed
skarllot opened this issue Dec 22, 2023 · 0 comments · Fixed by #2074
Closed

Fix sentence on IntroToRx book #2073

skarllot opened this issue Dec 22, 2023 · 0 comments · Fixed by #2074

Comments

@skarllot
Copy link

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.
WhitWaldo added a commit to WhitWaldo/reactive that referenced this issue Dec 30, 2023
signed-off-by: Whit Waldo <whit.waldo@innovian.net>
idg10 pushed a commit that referenced this issue Jan 10, 2024
* 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>
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 a pull request may close this issue.

1 participant