Skip to content

Commit b0076f7

Browse files
committed
Update README.md
1 parent 04d2771 commit b0076f7

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
@@ -146,7 +146,7 @@ There are several factories to emit many useful `ObservableList`, `ObservableMap
146146
|---|---|---|---
147147
|fromObservableList()|ObservableList<T>|Observable<ObservableList<T>>|Emits the entire `ObservableList` every time it changes|
148148
|fromObservableListAdds()|ObservableList<T>|Observable<T>|Emits additions to an `ObservableList`|
149-
|fromfromObservableListRemovals()||ObservableList<T>|Observable<T>|Emits removals from an `ObservableList`|
149+
|fromfromObservableListRemovals()|ObservableList<T>|Observable<T>|Emits removals from an `ObservableList`|
150150
|fromObservableListUpdates|ObservableList<T>|Observable<ListChange<T>>|Emits every item that was the result of a change to an `ObservableList`, with an `ADDED`, `REMOVED`, or `UPDATED` flag|
151151
|fromObservableListDistinctChanges()|ObservableList<T>| Observable<ListChange<R>>|Emits only *distinct* addtions and removals to an `ObservableList`|
152152
|fromObservableListDistinctChanges()|ObservableList<T>, Func1<T,R>| Observable<ListChange<R>>|Emits only *distinct* additions and removals to an `ObservableList` and emits the mapping|

0 commit comments

Comments
 (0)