Skip to content

Commit

Permalink
Merge pull request #81 from daniellowtw/fix-grpc-typo
Browse files Browse the repository at this point in the history
Typo grcp -> grpc
  • Loading branch information
yugui committed Jan 5, 2016
2 parents b56786c + a10fd91 commit 261d68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type responseStreamChunk struct {
}

type responseStreamError struct {
GrpcCode int `json:"grcp_code, omitempty"`
GrpcCode int `json:"grpc_code, omitempty"`
HTTPCode int `json:"http_code, omitempty"`
Message string `json:"message, omitempty"`
HTTPStatus string `json:"http_status, omitempty"`
Expand Down

0 comments on commit 261d68d

Please sign in to comment.