[skip ci]Fix doc format error (#8307)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
pull/8315/head
godchen 2021-09-22 17:51:54 +08:00 committed by GitHub
parent 75672abab4
commit 442dfd7c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ type FieldSchema struct {
DataType DataType
TypeParams []*commonpb.KeyValuePair
IndexParams []*commonpb.KeyValuePair
AutoID bool
AutoID bool
}
```