Skip to content

Commit 08855ec

Browse files
committed
fix typo
1 parent 2f9905e commit 08855ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wire-grpc-client/src/commonMain/kotlin/com/squareup/wire/GrpcServerStreamingCall.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ interface GrpcServerStreamingCall<S : Any, R : Any> {
6969
fun isCanceled(): Boolean
7070

7171
/**
72-
* Enqueues this call for execution, sends singe request, and returns a channel to receive the call's responses.
72+
* Enqueues this call for execution, sends single request, and returns a channel to receive the call's responses.
7373
* This uses the [Dispatchers.IO] to transmit outbound messages.
7474
*/
7575
suspend fun executeIn(scope: CoroutineScope, request: S): ReceiveChannel<R>

0 commit comments

Comments
 (0)