File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/develop/connect/clients Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ func main() {
386386```
387387
388388In this example, the user objects will be stored as hashes in the database. Use a ` string `
389- array in the form of name-> value pairs to supply the data for the
389+ array in the form of name-value pairs to supply the data for the
390390hash fields:
391391
392392``` go
@@ -412,7 +412,7 @@ user3 := []string{
412412}
413413```
414414
415- It is slightly simpler to create the index for hash objects than
415+ It is easier to create the index for hash objects than
416416for JSON objects. Use the ` FTCreateOptions ` parameter to enable
417417indexing only for hash objects, but specify the same ` user: ` prefix
418418as before. You don't need the ` As: ` field in the schema parameters
You can’t perform that action at this time.
0 commit comments