Fix sentence on IntroToRx book (original) (raw)
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.