aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Public
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-12 09:38:32 +0800
committerGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-12 09:38:32 +0800
commitcf4bda440f65939c9a3db7c45764868941b0abcd (patch)
tree1ec101c54cdb6e30d6e14804c817e3b9ccfb37ed /Firestore/Source/Public
parent95b0761721f5e2e89422f31720abc45f3bd03fd1 (diff)
Adding missing word in comment
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 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)