Skip to content

Commit 29c8cec

Browse files
Update content/develop/clients/lettuce/queryjson.md
Co-authored-by: David Dougherty <[email protected]>
1 parent 65bfce5 commit 29c8cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/clients/lettuce/queryjson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ need to specify some slightly different options.
9696

9797
When you create the schema for a hash index, you don't need to
9898
add aliases for the fields, since you use the basic names to access
99-
the fields anyway. Also, you must use `CreateArgs.TargetType.HASH` for the `On()`
99+
the fields. Also, you must use `CreateArgs.TargetType.HASH` for the `On()`
100100
option of `CreateArgs` when you create the index. The code below shows these
101101
changes with a new index called `hash-idx:users`, which is otherwise the same as
102102
the `idx:users` index used for JSON documents in the previous examples.

0 commit comments

Comments
 (0)