Skip to content

Commit a22baaf

Browse files
author
Avital-Fine
committed
add point
1 parent c153f9f commit a22baaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisearch/aggregate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ func (a *AggregateQuery) Limit(offset int, num int) *AggregateQuery {
202202
}
203203

204204
//Load document fields from the document HASH objects (if they are not in the sortables).
205-
//Empty array will load all properties
205+
//Empty array will load all properties.
206206
func (a *AggregateQuery) Load(Properties []string) *AggregateQuery {
207207
nproperties := len(Properties)
208208
if nproperties == 0 {

0 commit comments

Comments
 (0)