Skip to content

Commit b9a8e84

Browse files
author
Jay Herron
committed
Corrects readme
1 parent 386291a commit b9a8e84

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
@@ -40,7 +40,7 @@ func subscribeUser(context: HelloContext, arguments: NoArguments) -> EventStream
4040

4141
Also provided is a `ObservableSourceEventStream` type alias that can be used to downcast the result of a subscribe execution.
4242
It is guaranteed that the stream returned by any subscription query whose resolver returns an `ObservableEventStream` will be a
43-
`ObservableSourceEventStream`. For example:
43+
`ObservableSubscriptionEventStream`. For example:
4444

4545
```
4646
let subscriptionResult = try graphQLApi.subscribe(

0 commit comments

Comments
 (0)