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

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
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

View File

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