Skip to content

Commit e6c2222

Browse files
Comment cleanup (#1196)
1 parent 4672c3d commit e6c2222

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/firestore/src/model/mutation.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,9 @@ export abstract class Mutation {
234234
* @param maybeDoc The document to mutate. The input document can be null if
235235
* the client has no knowledge of the pre-mutation state of the document.
236236
* @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.
239240
*/
240241
abstract applyToRemoteDocument(
241242
maybeDoc: MaybeDocument | null,

0 commit comments

Comments
 (0)