Skip to content

Commit 8a82584

Browse files
authored
Merge 0e9353a into 00916e7
2 parents 00916e7 + 0e9353a commit 8a82584

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/firestore/src/api/snapshot.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,7 @@ export class DocumentSnapshot<
258258
}
259259

260260
/**
261-
* Property of the `DocumentSnapshot` that signals whether or not the data
262-
* exists. True if the document exists.
261+
* Returns whether or not the data exists. True if the document exists.
263262
*/
264263
exists(): this is QueryDocumentSnapshot<T> {
265264
return super.exists();

0 commit comments

Comments
 (0)