Modify comments

This commit is contained in:
Menghan Li
2016-07-11 16:25:52 -07:00
parent 13edeeffde
commit 42a2879989
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ func (s *Server) register(sd *ServiceDesc, ss interface{}) {
s.m[sd.ServiceName] = srv
}
// MethodInfo contains information about an RPC.
// MethodInfo contains the information of an RPC including its method name and type.
type MethodInfo struct {
// Name is the method name only, without the service name or package name.
Name string