Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Modify the comment so that it is more objective
  • Loading branch information
danieljbruce committed Nov 22, 2023
1 parent aa857a4 commit de8d7a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,10 +547,11 @@ class DatastoreRequest {
}

/**
* Datastore allows you to run aggregate queries by aggregate field.
* Datastore allows you to run aggregate queries by supplying aggregate fields
* which will determine the type of aggregation that is performed.
*
* The query is run, and the results are returned as the second argument to
* your callback.
* The query is run, and the results are returned in the second argument of
* the callback provided.
*
* @param {AggregateQuery} query AggregateQuery object.
* @param {RunQueryOptions} options Optional configuration
Expand Down

0 comments on commit de8d7a4

Please sign in to comment.