aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Public
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-10 23:55:03 -0800
committerGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-10 23:55:03 -0800
commitfe4ed518d7a5d139a530155508296a842e76b42d (patch)
tree4742dfc661d62c1987c3dc7af740b0bece9692e5 /Firestore/Source/Public
parentc5ed4b878f87ea3595c7b25060aa0dea336c450a (diff)
Comment fix
Diffstat (limited to 'Firestore/Source/Public')
-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.
*/