Skip to content

Commit 76afbb6

Browse files
Fixing API doc (#174)
* Fixing API doc * Review changes
1 parent 18f02e8 commit 76afbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/document.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ class DocumentSnapshot {
821821
* or [get()]{@link DocumentSnapshot#get} to get a specific field.
822822
*
823823
* A QueryDocumentSnapshot offers the same API surface as a
824-
* {#link DocumentSnapshot}. Since query results contain only existing
824+
* {@link DocumentSnapshot}. Since query results contain only existing
825825
* documents, the [exists]{@link DocumentSnapshot#exists} property will
826826
* always be true and [data()]{@link QueryDocumentSnapshot#data} will never
827827
* return 'undefined'.

0 commit comments

Comments
 (0)