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 78ab2e5..a628834 100644
--- a/Firestore/Source/Public/FIRDocumentSnapshot.h
+++ b/Firestore/Source/Public/FIRDocumentSnapshot.h
@@ -75,7 +75,7 @@ NS_SWIFT_NAME(SnapshotOptions)
* can be extracted with the `data` property or by using subscript syntax to access a specific
* field.
*
- * For a `FIRDocumentSnapshot` that points to non-existing document, any data access will return
+ * For a `FIRDocumentSnapshot` that points to a non-existing document, any data access will return
* `nil`. You can use the `exists` property to explicitly verify a documents existence.
*/
NS_SWIFT_NAME(DocumentSnapshot)