You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/08/09 06:08:01 UTC

[GitHub] [dubbo-go] zouyx commented on a change in pull request #704: Imp: Correct words and format codes

zouyx commented on a change in pull request #704:
URL: https://github.com/apache/dubbo-go/pull/704#discussion_r467541626



##########
File path: protocol/dubbo/client.go
##########
@@ -193,7 +193,7 @@ type Response struct {
 	atta  map[string]string
 }
 
-// NewResponse  create a new Response.
+// NewResponse create a new Response.

Review comment:
       ```suggestion
   // NewResponse creates a new Response.
   ```
   
   or // no lint

##########
File path: protocol/dubbo/codec.go
##########
@@ -82,7 +82,7 @@ func (p *DubboPackage) Marshal() (*bytes.Buffer, error) {
 	return bytes.NewBuffer(pkg), nil
 }
 
-// Unmarshal dncode hessian package.
+// Unmarshal decode hessian package.

Review comment:
       ```suggestion
   // Unmarshal decodes hessian package.
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org