Skip to content

Commit 8b224bb

Browse files
authored
Merge pull request #246 from zagahr/master
Fix typo in readme
2 parents 9620cd5 + da80556 commit 8b224bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ The sequence above keeps even numbers 2, 4, 6 and produces the sequence 4, 8, 12
465465

466466
#### errors, elements
467467

468-
These operators only apply to observable serquences that have been materialized with the `materialize()` operator (from RxSwift core). `errors` returns a sequence of filtered error events, ommitting elements. `elements` returns a sequence of filtered element events, ommitting errors.
468+
These operators only apply to observable sequences that have been materialized with the `materialize()` operator (from RxSwift core). `errors` returns a sequence of filtered error events, ommitting elements. `elements` returns a sequence of filtered element events, ommitting errors.
469469

470470
```swift
471471
let imageResult = _chooseImageButtonPressed.asObservable()

0 commit comments

Comments
 (0)