File tree Expand file tree Collapse file tree 8 files changed +7
-9
lines changed
firestore/src/include/firebase/firestore Expand file tree Collapse file tree 8 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ class DocumentChange {
164
164
* not valid. An invalid `DocumentChange` could be the result of:
165
165
* - Creating a `DocumentChange` using the default constructor.
166
166
* - Moving from the `DocumentChange`.
167
- * - Deleting your Firestore instance, which will invalidate all
167
+ * - Deleting your Firestore instance, which will invalidate all the
168
168
* `DocumentChange` instances associated with it.
169
169
*
170
170
* @return true if this `DocumentChange` is valid, false if this
Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ class DocumentReference {
291
291
* - Moving from the `DocumentReference`.
292
292
* - Calling `CollectionReference::Parent()` on a `CollectionReference` that
293
293
* is not a subcollection.
294
- * - Deleting your Firestore instance, which will invalidate all
294
+ * - Deleting your Firestore instance, which will invalidate all the
295
295
* `DocumentReference` instances associated with it.
296
296
*
297
297
* @return true if this `DocumentReference` is valid, false if this
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ class DocumentSnapshot {
234
234
* not valid. An invalid `DocumentSnapshot` could be the result of:
235
235
* - Creating a `DocumentSnapshot` with the default constructor.
236
236
* - Moving from the `DocumentSnapshot`.
237
- * - Deleting your Firestore instance, which will invalidate all
237
+ * - Deleting your Firestore instance, which will invalidate all the
238
238
* `DocumentSnapshot` instances associated with it.
239
239
*
240
240
* @return true if this `DocumentSnapshot` is valid, false if this
Original file line number Diff line number Diff line change @@ -127,8 +127,6 @@ class FieldPath final {
127
127
* An invalid `FieldPath` could be the result of:
128
128
* - Creating a `FieldPath` using the default constructor.
129
129
* - Moving from the `FieldPath`.
130
- * - Deleting your Firestore instance, which will invalidate all
131
- * `FieldPath` instances associated with it.
132
130
*
133
131
* @return true if this `FieldPath` is valid, false if this `FieldPath` is
134
132
* invalid.
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ class ListenerRegistration {
99
99
* not valid. An invalid `ListenerRegistration` could be the result of:
100
100
* - Creating a `ListenerRegistration` using the default constructor.
101
101
* - Moving from the `ListenerRegistration`.
102
- * - Deleting your Firestore instance, which will invalidate all
102
+ * - Deleting your Firestore instance, which will invalidate all the
103
103
* `ListenerRegistration` instances associated with it.
104
104
*
105
105
* @return true if this `ListenerRegistration` is valid, false if this
Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ class Query {
642
642
* invalid `Query` could be the result of:
643
643
* - Creating a `Query` using the default constructor.
644
644
* - Moving from the `Query`.
645
- * - Deleting your Firestore instance, which will invalidate all `Query`
645
+ * - Deleting your Firestore instance, which will invalidate all the `Query`
646
646
* instances associated with it.
647
647
*
648
648
* @return true if this `Query` is valid, false if this `Query` is invalid.
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ class QuerySnapshot {
155
155
* valid. An invalid `QuerySnapshot` could be the result of:
156
156
* - Creating a `QuerySnapshot` using the default constructor.
157
157
* - Moving from the `QuerySnapshot`.
158
- * - Deleting your Firestore instance, which will invalidate all
158
+ * - Deleting your Firestore instance, which will invalidate all the
159
159
* `QuerySnapshot` instances associated with it.
160
160
*
161
161
* @return true if this `QuerySnapshot` is valid, false if this
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ class WriteBatch {
162
162
* valid. An invalid `WriteBatch` could be the result of:
163
163
* - Creating a `WriteBatch` using the default constructor.
164
164
* - Moving from the `WriteBatch`.
165
- * - Deleting your Firestore instance, which will invalidate all
165
+ * - Deleting your Firestore instance, which will invalidate all the
166
166
* `WriteBatch` instances associated with it.
167
167
*
168
168
* @return true if this `WriteBatch` is valid, false if this `WriteBatch` is
You can’t perform that action at this time.
0 commit comments