Skip to content

Commit ad2c6c0

Browse files
authored
fix: query object description (googleapis#1340)
FIxes strange query object description in: https://cloud.google.com/nodejs/docs/reference/datastore/latest/overview#query
1 parent 7c11d93 commit ad2c6c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/query.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ export interface Filter {
5353
}
5454

5555
/**
56-
* Build a Query object.
56+
* A Query object is used to build and execute queries for entities stored in Datastore.
5757
*
58-
* **Queries are built with {module:datastore#createQuery} and
59-
* {@link Transaction#createQuery}.**
58+
* Create a Query object with {@link Datastore#createQuery} or
59+
* {@link Transaction#createQuery}.
6060
*
6161
* @see {@link http://goo.gl/Cag0r6| Datastore Queries}
6262
*

0 commit comments

Comments
 (0)