Skip to content

Commit 3292979

Browse files
committed
fix: add comma
1 parent 9bb372a commit 3292979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloud_firestore/cloud_firestore/lib/src/firestore.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class FirebaseFirestore extends FirebasePluginPlatform {
214214
}
215215
if (collectionPath.contains('/')) {
216216
throw ArgumentError(
217-
'A collection path passed to collectionGroup() cannot contain "/".');
217+
'A collection path passed to collectionGroup() cannot contain "/".',);
218218
}
219219

220220
return _JsonQuery(this, _delegate.collectionGroup(collectionPath));

0 commit comments

Comments
 (0)