Skip to content

Commit 15946d0

Browse files
documentation: fix vovel sound grammer
1 parent f82e468 commit 15946d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

es/nested_query.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type nestedType Object
2121
//
2222
// Returns:
2323
//
24-
// a es.nestedType object with the "nested" query and specified path.
24+
// an es.nestedType object with the "nested" query and specified path.
2525
func Nested[T any](path string, nestedQuery T) nestedType {
2626
o := NewQuery(nestedQuery)
2727
o["path"] = path

0 commit comments

Comments
 (0)