Skip to content

Commit

Permalink
modify the description
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonroxton committed Jul 31, 2023
1 parent 30fff9e commit cc47860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/insert/insert.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {
// define collection schema, see film.csv
schema := &entity.Schema{
CollectionName: collectionName,
Description: "this is the example collection for inser and search",
Description: "this is the example collection for insert and search",
AutoID: false,
Fields: []*entity.Field{
{
Expand Down

0 comments on commit cc47860

Please sign in to comment.