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 b2eaaa4 commit 8efebd7Copy full SHA for 8efebd7
Sources/GRPCCore/MethodDescriptor.swift
@@ -26,7 +26,7 @@ public struct MethodDescriptor: Sendable, Hashable {
26
/// The fully qualified method name in the format "package.service/method".
27
///
28
/// For example, the fully qualified name of the "SayHello" method of the "Greeter" service in
29
- /// "helloworld" package is "helloworld.Greeter/SayHelllo".
+ /// "helloworld" package is "helloworld.Greeter/SayHello".
30
public var fullyQualifiedMethod: String {
31
"\(self.service)/\(self.method)"
32
}
0 commit comments