From fe4ed518d7a5d139a530155508296a842e76b42d Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Sun, 10 Dec 2017 23:55:03 -0800 Subject: Comment fix --- Firestore/Source/Public/FIRDocumentSnapshot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Firestore/Source/Public') 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. */ -- cgit v1.2.3