We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f02e8 commit 76afbb6Copy full SHA for 76afbb6
src/document.js
@@ -821,7 +821,7 @@ class DocumentSnapshot {
821
* or [get()]{@link DocumentSnapshot#get} to get a specific field.
822
*
823
* A QueryDocumentSnapshot offers the same API surface as a
824
- * {#link DocumentSnapshot}. Since query results contain only existing
+ * {@link DocumentSnapshot}. Since query results contain only existing
825
* documents, the [exists]{@link DocumentSnapshot#exists} property will
826
* always be true and [data()]{@link QueryDocumentSnapshot#data} will never
827
* return 'undefined'.
0 commit comments