Skip to content

Commit

Permalink
Add brackets
Browse files Browse the repository at this point in the history
Introduce brackets so that the word matching the parameter is more isolated.
  • Loading branch information
danieljbruce committed Nov 22, 2023
1 parent 9160a27 commit a9fcb56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -805,8 +805,8 @@ class Transaction extends DatastoreRequest {
* has not been started yet then the transaction is started before the
* runAggregationQuery call is made.
*
* @param {AggregateQuery} query AggregateQuery object.
* @param {RunQueryOptions} options Optional configuration
* @param {AggregateQuery} [query] AggregateQuery object.
* @param {RunQueryOptions} [options] Optional configuration
* @param {function} [callback] The callback function. If omitted, a promise is
* returned.
*
Expand Down

0 comments on commit a9fcb56

Please sign in to comment.