Skip to content

Commit c7b8a8a

Browse files
committed
nit
1 parent 9700f78 commit c7b8a8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func (m *msgRouterService) InvokeUntyped(ctx context.Context, msg protoiface.Mes
6767
return msgResp, err
6868
}
6969

70-
// msgTypeURL returns the TypeURL of a `sdk.Msg`.
70+
// msgTypeURL returns the TypeURL of a proto message.
7171
func msgTypeURL(msg proto.Message) string {
7272
if m, ok := msg.(protov2.Message); ok {
7373
return "/" + string(m.ProtoReflect().Descriptor().FullName())

0 commit comments

Comments
 (0)