Skip to content

Commit 016cf36

Browse files
committed
Update README.md
1 parent 6b79930 commit 016cf36

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
@@ -147,7 +147,7 @@ There are several factories to emit many useful `ObservableList`, `ObservableMap
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`|
149149
|fromfromObservableListRemovals()||ObservableList<T>|Observable<T>|Emits removals from an `ObservableList`|
150-
|fromObservableListUpdates|ObservableList<T>|Observable<ListObservable<ListChange<T>>|Emits every item that was the result of a change to an `ObservableList`, with an `ADDED`, `REMOVED`, or `UPDATED` flag|
150+
|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|
153153
|fromObservableListDistinctChanges()|ObservableList<T>, Func1<T,R>| Observable<ListChange<R>>|Emits only *distinct* additions and removals to an `ObservableList` based on a mapping|

0 commit comments

Comments
 (0)