Skip to content

Commit 9ae77a8

Browse files
committed
Update README.md
1 parent 874bfc6 commit 9ae77a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ class YourOwnDispatcher: Dispatcher {
155155
...
156156
}
157157

158-
func unregister(identifier: String) {
158+
func unregister(dispatchToken: String) {
159159
...
160160
}
161-
func waitFor<T: Action>(identifiers: Array<String>, type: T.Type, result: Result<T.Payload, T.Error>) {
161+
func waitFor<T: Action>(dispatchTokens: [String], type: T.Type, result: Result<T.Payload, T.Error>) {
162162
...
163163
}
164164
}

0 commit comments

Comments
 (0)