Skip to content

Commit 088ba6e

Browse files
tasugithomasnield
authored andcommitted
Fix a typo in README.md (#199)
1 parent 32bfc21 commit 088ba6e

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
@@ -156,7 +156,7 @@ Learn more about building this project with JitPack [here](https://jitpack.io/#R
156156
|Observable<Pair<A,B>>|toMap()|Single<Map<A,B>>|Collects `Pair<A,B>` emissions into a `Map<A,B>`|
157157
|Observable<Pair<A,B>>|toMultimap()|`Single<Map<A, List<B>>`|Collects `Pair<A,B>` emissions into a `Map<A,List<B>>`|
158158
|Observable<Observable<T>>|mergeAll()|Observable<T>|Merges all Observables emitted from an Observable|
159-
|Observable<Observable<T>>|concatAll()|Observable<T>|Cocnatenates all Observables emitted from an Observable|
159+
|Observable<Observable<T>>|concatAll()|Observable<T>|Concatenates all Observables emitted from an Observable|
160160
|Observable<Observable<T>>|switchLatest()|Observable<T>|Emits from the last emitted Observable|
161161
|Observable<*>|cast()|Observable<R>|Casts all emissions to the reified type|
162162
|Observable<*>|ofType()|Observable<R>|Filters all emissions to only the reified type|

0 commit comments

Comments
 (0)