Skip to content

Commit 2b4ae2f

Browse files
author
Jay Herron
committed
Readme fixes
1 parent b9a8e84 commit 2b4ae2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func subscribeUser(context: HelloContext, arguments: NoArguments) -> EventStream
3838
}
3939
```
4040

41-
Also provided is a `ObservableSourceEventStream` type alias that can be used to downcast the result of a subscribe execution.
41+
Also provided is a `ObservableSubscriptionEventStream` 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
4343
`ObservableSubscriptionEventStream`. For example:
4444

0 commit comments

Comments
 (0)