[skip e2e] Modify code comments according to the naming conventions (#15050)

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
pull/15071/head
guoxiangzhou 2022-01-10 10:33:39 +08:00 committed by GitHub
parent de61368999
commit b41b21ab10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ type IndexCoordComponent interface {
SetEtcdClient(etcdClient *clientv3.Client)
// UpdateStateCode updates state code for QueryCoord
// `stateCode` is current statement of this query coord, indicating whether it's healthy.
// `stateCode` is current statement of this QueryCoord, indicating whether it's healthy.
UpdateStateCode(stateCode internalpb.StateCode)
}