[skip e2e] Grammar correction (#14415)

Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>
This commit is contained in:
cxytz01 2021-12-28 19:18:20 +08:00 committed by GitHub
parent 30fbeefc39
commit 0759538855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,6 @@ const (
// RowIDFieldName name of row ID field
RowIDFieldName = common.RowIDFieldName
// TimeStampFieldName name of timestamp field
// TimeStampFieldName name of the timestamp field
TimeStampFieldName = common.TimeStampFieldName
)