From de8d7a4f12f222bbbe45aa6a079cfb06038eef5a Mon Sep 17 00:00:00 2001 From: Daniel Bruce Date: Wed, 22 Nov 2023 13:49:39 -0500 Subject: [PATCH] Update comment Modify the comment so that it is more objective --- src/request.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/request.ts b/src/request.ts index 1231e595a..afed45203 100644 --- a/src/request.ts +++ b/src/request.ts @@ -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