Skip to content

Commit 1027585

Browse files
Apply suggestions from code review
Co-authored-by: David Dougherty <david.dougherty@redis.com>
1 parent b6ae016 commit 1027585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/clients/dotnet/vecsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ is the result that is most similar in meaning to the query text
420420
## Differences with JSON documents
421421

422422
Indexing JSON documents is similar to hash indexing, but there are some
423-
important differences. JSON allows much richer data modelling with nested fields, so
423+
important differences. JSON allows much richer data modeling with nested fields, so
424424
you must supply a [path]({{< relref "/develop/data-types/json/path" >}}) in the schema
425425
to identify each field you want to index. However, you can declare a short alias for each
426426
of these paths to avoid typing it in full for

0 commit comments

Comments
 (0)