Skip to content

Commit a7ff719

Browse files
committed
Small fixes
1 parent 2998549 commit a7ff719

File tree

8 files changed

+7
-9
lines changed

8 files changed

+7
-9
lines changed

firestore/src/include/firebase/firestore/document_change.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class DocumentChange {
164164
* not valid. An invalid `DocumentChange` could be the result of:
165165
* - Creating a `DocumentChange` using the default constructor.
166166
* - Moving from the `DocumentChange`.
167-
* - Deleting your Firestore instance, which will invalidate all
167+
* - Deleting your Firestore instance, which will invalidate all the
168168
* `DocumentChange` instances associated with it.
169169
*
170170
* @return true if this `DocumentChange` is valid, false if this

firestore/src/include/firebase/firestore/document_reference.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ class DocumentReference {
291291
* - Moving from the `DocumentReference`.
292292
* - Calling `CollectionReference::Parent()` on a `CollectionReference` that
293293
* is not a subcollection.
294-
* - Deleting your Firestore instance, which will invalidate all
294+
* - Deleting your Firestore instance, which will invalidate all the
295295
* `DocumentReference` instances associated with it.
296296
*
297297
* @return true if this `DocumentReference` is valid, false if this

firestore/src/include/firebase/firestore/document_snapshot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class DocumentSnapshot {
234234
* not valid. An invalid `DocumentSnapshot` could be the result of:
235235
* - Creating a `DocumentSnapshot` with the default constructor.
236236
* - Moving from the `DocumentSnapshot`.
237-
* - Deleting your Firestore instance, which will invalidate all
237+
* - Deleting your Firestore instance, which will invalidate all the
238238
* `DocumentSnapshot` instances associated with it.
239239
*
240240
* @return true if this `DocumentSnapshot` is valid, false if this

firestore/src/include/firebase/firestore/field_path.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ class FieldPath final {
127127
* An invalid `FieldPath` could be the result of:
128128
* - Creating a `FieldPath` using the default constructor.
129129
* - Moving from the `FieldPath`.
130-
* - Deleting your Firestore instance, which will invalidate all
131-
* `FieldPath` instances associated with it.
132130
*
133131
* @return true if this `FieldPath` is valid, false if this `FieldPath` is
134132
* invalid.

firestore/src/include/firebase/firestore/listener_registration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class ListenerRegistration {
9999
* not valid. An invalid `ListenerRegistration` could be the result of:
100100
* - Creating a `ListenerRegistration` using the default constructor.
101101
* - Moving from the `ListenerRegistration`.
102-
* - Deleting your Firestore instance, which will invalidate all
102+
* - Deleting your Firestore instance, which will invalidate all the
103103
* `ListenerRegistration` instances associated with it.
104104
*
105105
* @return true if this `ListenerRegistration` is valid, false if this

firestore/src/include/firebase/firestore/query.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ class Query {
642642
* invalid `Query` could be the result of:
643643
* - Creating a `Query` using the default constructor.
644644
* - 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`
646646
* instances associated with it.
647647
*
648648
* @return true if this `Query` is valid, false if this `Query` is invalid.

firestore/src/include/firebase/firestore/query_snapshot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class QuerySnapshot {
155155
* valid. An invalid `QuerySnapshot` could be the result of:
156156
* - Creating a `QuerySnapshot` using the default constructor.
157157
* - Moving from the `QuerySnapshot`.
158-
* - Deleting your Firestore instance, which will invalidate all
158+
* - Deleting your Firestore instance, which will invalidate all the
159159
* `QuerySnapshot` instances associated with it.
160160
*
161161
* @return true if this `QuerySnapshot` is valid, false if this

firestore/src/include/firebase/firestore/write_batch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class WriteBatch {
162162
* valid. An invalid `WriteBatch` could be the result of:
163163
* - Creating a `WriteBatch` using the default constructor.
164164
* - Moving from the `WriteBatch`.
165-
* - Deleting your Firestore instance, which will invalidate all
165+
* - Deleting your Firestore instance, which will invalidate all the
166166
* `WriteBatch` instances associated with it.
167167
*
168168
* @return true if this `WriteBatch` is valid, false if this `WriteBatch` is

0 commit comments

Comments
 (0)