Skip to content

Commit a40a189

Browse files
Apply suggestions from code review
Co-authored-by: David Dougherty <[email protected]>
1 parent e9c904e commit a40a189

File tree

1 file changed

+2
-2
lines changed
  • content/develop/connect/clients

1 file changed

+2
-2
lines changed

content/develop/connect/clients/go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ func main() {
386386
```
387387

388388
In 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
390390
hash 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
416416
for JSON objects. Use the `FTCreateOptions` parameter to enable
417417
indexing only for hash objects, but specify the same `user:` prefix
418418
as before. You don't need the `As:` field in the schema parameters

0 commit comments

Comments
 (0)