diff --git a/libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo3/ApolloClient.kt b/libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo3/ApolloClient.kt index 096a8d86c99..afe414568bc 100644 --- a/libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo3/ApolloClient.kt +++ b/libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo3/ApolloClient.kt @@ -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. *