Skip to content

Commit 5eadec2

Browse files
committed
spelling: the
Signed-off-by: Josh Soref <[email protected]>
1 parent ab2c9a4 commit 5eadec2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/GRPCCore/Call/Client/ClientResponse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public struct ClientResponse<Message: Sendable>: Sendable {
140140
///
141141
/// A stream response captures every part of the response stream over time and distinguishes
142142
/// accepted and rejected requests via the ``accepted`` property. An "accepted" request is one
143-
/// where the the server responds with initial metadata and attempts to process the request. A
143+
/// where the server responds with initial metadata and attempts to process the request. A
144144
/// "rejected" request is one where the server responds with a status as the first and only
145145
/// response part and doesn't process the request body.
146146
///

Sources/GRPCCore/Configuration/ServiceConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public struct ServiceConfig: Hashable, Sendable {
5454
///
5555
/// - Parameters:
5656
/// - methodConfig: Per-method configuration.
57-
/// - loadBalancingConfig: Load balancing policies. Clients use the the first supported
57+
/// - loadBalancingConfig: Load balancing policies. Clients use the first supported
5858
/// policy when iterating the list in order.
5959
/// - retryThrottling: Policy for throttling retries.
6060
public init(

0 commit comments

Comments
 (0)