[skip e2e] Normalize DataNode in comment by convention (#15024)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/15024/merge
congqixia 2022-01-07 21:13:37 +08:00 committed by GitHub
parent 86917834bb
commit ca7988fec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ type Server struct {
closer io.Closer
}
// NewServer new data node grpc server
// NewServer new DataNode grpc server
func NewServer(ctx context.Context, factory msgstream.Factory) (*Server, error) {
ctx1, cancel := context.WithCancel(ctx)
var s = &Server{