Skip to content

Commit 0ea58e0

Browse files
committed
spelling: execute
Signed-off-by: Josh Soref <[email protected]>
1 parent 9f9636e commit 0ea58e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/GRPCCore/Call/Client/Internal/ClientRPCExecutor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ extension ClientRPCExecutor {
112112
/// - deserializer: A deserializer to convert bytes to output messages.
113113
/// - interceptors: An array of interceptors which the request and response pass through. The
114114
/// interceptors will be called in the order of the array.
115-
/// - stream: The stream to excecute the RPC on.
115+
/// - stream: The stream to execute the RPC on.
116116
/// - Returns: The deserialized response.
117117
@inlinable // would be private
118118
static func _execute<Input: Sendable, Output: Sendable, Bytes: GRPCContiguousBytes>(

Sources/GRPCCore/Call/Client/Internal/ClientStreamExecutor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ internal enum ClientStreamExecutor {
2626
/// - attempt: The attempt number for the RPC that will be executed.
2727
/// - serializer: A request serializer.
2828
/// - deserializer: A response deserializer.
29-
/// - stream: The stream to excecute the RPC on.
29+
/// - stream: The stream to execute the RPC on.
3030
/// - Returns: A streamed response.
3131
@inlinable
3232
static func execute<Input: Sendable, Output: Sendable, Bytes: GRPCContiguousBytes>(

0 commit comments

Comments
 (0)