Skip to content

Commit bee74d0

Browse files
fix typos
1 parent 993bf77 commit bee74d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
## Version 0.26.2 - TODO ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7C%22rxscala%22%20AND%20g%3A%22io.reactivex%22))
44

5-
This release upgrades RxJava to 1.1.6 and add new experimental `ErrorDelayingObservable` class.
5+
This release upgrades RxJava to 1.1.6 and adds the new experimental `ErrorDelayingObservable` class.
66

77
### What is the new `ErrorDelayingObservable` class?
88

9-
`ErrorDelayingObservable` contains a variety of operators that support delaying errors. Sometimes when you compose multiples
9+
`ErrorDelayingObservable` contains a variety of operators that support delaying errors. Sometimes when you compose multiple
1010
`Observable`s together (e.g., `flatMap`, `concat`), you may want to refrain from propagating error notifications until all of
11-
the `Observable`s have finished emitting items. In such case, you can call `Observable.delayError` to get `ErrorDelayingObservable`
12-
and use the `ErrorDelayingObservable`'s methods to compose your `Observable`s. Search `delayError` in
11+
the `Observable`s have finished emitting items. In such cases, you can call `Observable.delayError` to get an `ErrorDelayingObservable`
12+
and use the `ErrorDelayingObservable`'s methods to compose your `Observable`s. Search for `delayError` in
1313
[RxScalaDemo.scala](examples/src/test/scala/examples/RxScalaDemo.scala) for examples.
1414

1515
### Pull Requests

0 commit comments

Comments
 (0)