From 2b1caddf35277309748775f8c22bba120be267b5 Mon Sep 17 00:00:00 2001 From: Wit Riewrangboonya Date: Tue, 24 Aug 2021 23:34:00 -0700 Subject: [PATCH] Review comments --- encoding/thrift/inbound_nowire.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encoding/thrift/inbound_nowire.go b/encoding/thrift/inbound_nowire.go index 06fcdebff..829ac47db 100644 --- a/encoding/thrift/inbound_nowire.go +++ b/encoding/thrift/inbound_nowire.go @@ -43,7 +43,7 @@ type NoWireCall struct { } // NoWireHandler is implemented by the generated code for each method that the -// server needs to implement. It is responsible for unpacking the request, +// server needs to implement. It is responsible for unpacking the request, // executing it, and returning a NoWireResponse that contains information about // how to construct a response as well as any relevant metadata while executing // the request.