aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Firestore/Source/Public/FIRDocumentSnapshot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firestore/Source/Public/FIRDocumentSnapshot.h b/Firestore/Source/Public/FIRDocumentSnapshot.h
index 9ba6f34..0aa6830 100644
--- a/Firestore/Source/Public/FIRDocumentSnapshot.h
+++ b/Firestore/Source/Public/FIRDocumentSnapshot.h
@@ -66,7 +66,7 @@ NS_SWIFT_NAME(DocumentSnapshot)
@end
/**
- * A `FIRDocumentSnapshot` contains data read from a document in your Firestore database. The
+ * A `FIRQueryDocumentSnapshot` contains data read from a document in your Firestore database. The
* document is guaranteed to exist and its data can be extracted with the `data` property or by
* using subscript syntax to access a specific field.
*/