Skip to content

Commit 411c4bd

Browse files
Comment update
1 parent 2e5a8b3 commit 411c4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/model/mutation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export class Precondition {
207207
* have no explicit update time, we use the commitTime of the WriteResponse for
208208
* Delete mutations.
209209
*
210-
* If due to precondition mismatches an acknowledged mutation can't be applied
210+
* If a mutation is acknowledged by the backend but fails the precondition check
211211
* locally, we return an `UnknownDocument` and rely on Watch to send us the
212212
* updated version.
213213
*

0 commit comments

Comments
 (0)