Skip to content

Commit

Permalink
Docs: Fix missing comma in
Browse files Browse the repository at this point in the history
 type description for `createEventHandlerWithConfig()`
  • Loading branch information
acchou committed Sep 20, 2017
1 parent a8b0f91 commit 6aa16b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ createEventHandlerWithConfig<T>(
toESObservable<T>: ?(stream: Stream<T>) => Observable<T>,
}
) => (): {
handler: (value: T) => void
handler: (value: T) => void,
stream: Observable<T>
}
```
Expand Down

0 comments on commit 6aa16b5

Please sign in to comment.