Skip to content

Commit e8310ec

Browse files
committed
spelling: hello
Signed-off-by: Josh Soref <[email protected]>
1 parent 751207b commit e8310ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GRPCCore/MethodDescriptor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public struct MethodDescriptor: Sendable, Hashable {
2626
/// The fully qualified method name in the format "package.service/method".
2727
///
2828
/// For example, the fully qualified name of the "SayHello" method of the "Greeter" service in
29-
/// "helloworld" package is "helloworld.Greeter/SayHelllo".
29+
/// "helloworld" package is "helloworld.Greeter/SayHello".
3030
public var fullyQualifiedMethod: String {
3131
"\(self.service)/\(self.method)"
3232
}

0 commit comments

Comments
 (0)