Skip to content

Commit

Permalink
KDoc nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Mar 18, 2024
1 parent 5a8ec93 commit d732236
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ private constructor(
}

/**
* Sets the [CoroutineDispatcher] used by [ApolloCall.toFlow].
* Sets the [CoroutineDispatcher] that the return value of [ApolloCall.toFlow] will flow on.
*
* By default, [ApolloClient] uses [kotlinx.coroutines.Dispatchers.IO] for JVM/native targets and [kotlinx.coroutines.Dispatchers.Default] for JS and other targets.
*
Expand Down

0 comments on commit d732236

Please sign in to comment.