Skip to content

Commit a5984c4

Browse files
Merge 3173b8d into 762fa53
2 parents 762fa53 + 3173b8d commit a5984c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/core/bundle_impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export class BundleLoader {
169169
debugAssert(
170170
this.documents[this.documents.length - 1]?.metadata.exists !== true ||
171171
!!this.documents[this.documents.length - 1].document,
172-
'Bundled documents ends with a document metadata and missing document.'
172+
'Bundled documents end with a document metadata element instead of document.'
173173
);
174174
debugAssert(!!this.bundleMetadata.id, 'Bundle ID must be set.');
175175

0 commit comments

Comments
 (0)