Skip to content

Commit a0d8052

Browse files
authored
chore(base_query): Fix typo in comment (#670)
1 parent 45394de commit a0d8052

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-firestore/google/cloud/firestore_v1

1 file changed

+1
-1
lines changed

packages/google-cloud-firestore/google/cloud/firestore_v1/base_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ def _comparator(self, doc1, doc2) -> int:
910910

911911
for orderBy in orderBys:
912912
if orderBy.field.field_path == "id":
913-
# If ordering by docuent id, compare resource paths.
913+
# If ordering by document id, compare resource paths.
914914
comp = Order()._compare_to(doc1.reference._path, doc2.reference._path)
915915
else:
916916
if (

0 commit comments

Comments
 (0)