Skip to content

Commit

Permalink
Fix lint error and typo (grpc#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl authored Feb 1, 2018
1 parent 0bd008f commit f9628db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions encoding/proto/proto.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
*
*/

// Package proto defines the protobuf codec. Importing this package will
// register the codec.
package proto

import (
Expand Down
2 changes: 1 addition & 1 deletion test/end2end_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4239,7 +4239,7 @@ func TestClientResourceExhaustedCancelFullDuplex(t *testing.T) {
defer leakcheck.Check(t)
for _, e := range listTestEnv() {
if e.httpHandler {
// httpHanlder write won't be blocked on flow control window.
// httpHandler write won't be blocked on flow control window.
continue
}
testClientResourceExhaustedCancelFullDuplex(t, e)
Expand Down

0 comments on commit f9628db

Please sign in to comment.