Skip to content

Commit 853f468

Browse files
glbrnttgjcairo
andauthored
Update Tests/GRPCReflectionServiceTests/ReflectionClient.swift
Co-authored-by: Gus Cairo <[email protected]>
1 parent b89fdbf commit 853f468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/GRPCReflectionServiceTests/ReflectionClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct ReflectionClient: Sendable {
2828

2929
func listServices() async throws -> [String] {
3030
try await self.stub.serverReflectionInfo { requestStream in
31-
// 'listServices' must be set, but its contents is ignored.
31+
// 'listServices' must be set, but its contents are ignored.
3232
let request = Self.Request.with { $0.listServices = "" }
3333
try await requestStream.write(request)
3434
} onResponse: { response in

0 commit comments

Comments
 (0)