There was an error while loading. Please reload this page.
1 parent c758c29 commit 367ac73Copy full SHA for 367ac73
google/cloud/firestore_v1/watch.py
@@ -70,7 +70,7 @@
70
71
72
class WatchDocTree(object):
73
- # TODO: Currently this uses a dict. Other implementations us an rbtree.
+ # TODO: Currently this uses a dict. Other implementations use a rbtree.
74
# The performance of this implementation should be investigated and may
75
# require modifying the underlying datastructure to a rbtree.
76
def __init__(self):
0 commit comments