File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
packages/firestore/src/model Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -234,8 +234,9 @@ export abstract class Mutation {
234
234
* @param maybeDoc The document to mutate. The input document can be null if
235
235
* the client has no knowledge of the pre-mutation state of the document.
236
236
* @param mutationResult The result of applying the mutation from the backend.
237
- * @return The mutated document. The returned document may be null, but only
238
- * if maybeDoc was null and the mutation would not create a new document.
237
+ * @return The mutated document. The returned document may be an
238
+ * UnknownDocument if the mutation could not be applied to the locally
239
+ * cached base document.
239
240
*/
240
241
abstract applyToRemoteDocument (
241
242
maybeDoc : MaybeDocument | null ,
You can’t perform that action at this time.
0 commit comments