Skip to content

Commit 367ac73

Browse files
authored
docs: fix typo in watch documentation (#115)
1 parent c758c29 commit 367ac73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎google/cloud/firestore_v1/watch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171

7272
class WatchDocTree(object):
73-
# TODO: Currently this uses a dict. Other implementations us an rbtree.
73+
# TODO: Currently this uses a dict. Other implementations use a rbtree.
7474
# The performance of this implementation should be investigated and may
7575
# require modifying the underlying datastructure to a rbtree.
7676
def __init__(self):

0 commit comments

Comments
 (0)