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 b89fdbf commit 853f468Copy full SHA for 853f468
Tests/GRPCReflectionServiceTests/ReflectionClient.swift
@@ -28,7 +28,7 @@ struct ReflectionClient: Sendable {
28
29
func listServices() async throws -> [String] {
30
try await self.stub.serverReflectionInfo { requestStream in
31
- // 'listServices' must be set, but its contents is ignored.
+ // 'listServices' must be set, but its contents are ignored.
32
let request = Self.Request.with { $0.listServices = "" }
33
try await requestStream.write(request)
34
} onResponse: { response in
0 commit comments