We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372e031 commit 2ed6bbdCopy full SHA for 2ed6bbd
Sources/GRPCCore/Transport/ClientTransport.swift
@@ -63,7 +63,7 @@ public protocol ClientTransport<Bytes>: Sendable {
63
/// running ``connect()``.
64
func beginGracefulShutdown()
65
66
- /// Opens a stream using the transport, and uses it as input into a user-provided closure alongisde the given context.
+ /// Opens a stream using the transport, and uses it as input into a user-provided closure alongside the given context.
67
///
68
/// - Important: The opened stream is closed after the closure is finished.
69
0 commit comments