Skip to content

Commit

Permalink
fix coroutine documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Mar 22, 2020
1 parent 58faff8 commit ca35e33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fun <T> ApolloQueryWatcher<T>.toFlow() = callbackFlow {

/**
* Converts an [ApolloCall] to an [Deferred]. This is a convenience method that will only return the first value emitted.
* If the more than one response is required, for an example to retrieve cached and network response, use [toChannel] instead.
* If the more than one response is required, for an example to retrieve cached and network response, use [toFlow] instead.
*
* @param <T> the value type.
* @return the deferred
Expand Down

0 comments on commit ca35e33

Please sign in to comment.