Skip to content

Commit 0b4eabd

Browse files
committed
spelling: . otherwise,
Signed-off-by: Josh Soref <[email protected]>
1 parent 3aa861e commit 0b4eabd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Sources/GRPCCodeGen/Internal/Renderer/TextBasedRenderer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ final class StringCodeWriter {
4343
internal let indentation: Int
4444

4545
/// Whether the next call to `writeLine` will continue writing to the last
46-
/// stored line. Otherwise a new line is appended.
46+
/// stored line. Otherwise, a new line is appended.
4747
private var nextWriteAppendsToLastLine: Bool = false
4848

4949
/// Creates a new empty writer.

Sources/GRPCCore/Call/Client/CallOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public struct CallOptions: Sendable {
4040
/// Whether RPCs for this method should wait until the connection is ready.
4141
///
4242
/// If `false` the RPC will abort immediately if there is a transient failure connecting to
43-
/// the server. Otherwise gRPC will attempt to connect until the deadline is exceeded.
43+
/// the server. Otherwise, gRPC will attempt to connect until the deadline is exceeded.
4444
public var waitForReady: Bool?
4545

4646
/// The maximum allowed payload size in bytes for an individual request message.

Sources/GRPCCore/Call/Client/Internal/ClientResponse+Convenience.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ extension StreamingClientResponse {
8787
/// Creates a streaming response from the given status and metadata.
8888
///
8989
/// If the ``Status`` has code ``Status/Code-swift.struct/ok`` then an accepted stream is created
90-
/// containing only the provided metadata. Otherwise a failed response is returned with an error
90+
/// containing only the provided metadata. Otherwise, a failed response is returned with an error
9191
/// created from the status and metadata.
9292
///
9393
/// - Parameters:

Sources/GRPCCore/Configuration/MethodConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public struct MethodConfig: Hashable, Sendable {
6868
/// Whether RPCs for this method should wait until the connection is ready.
6969
///
7070
/// If `false` the RPC will abort immediately if there is a transient failure connecting to
71-
/// the server. Otherwise gRPC will attempt to connect until the deadline is exceeded.
71+
/// the server. Otherwise, gRPC will attempt to connect until the deadline is exceeded.
7272
public var waitForReady: Bool?
7373

7474
/// The default timeout for the RPC.

0 commit comments

Comments
 (0)