diff --git a/google/cloud/firestore_v1/watch.py b/google/cloud/firestore_v1/watch.py index 17c092612..9d13fa791 100644 --- a/google/cloud/firestore_v1/watch.py +++ b/google/cloud/firestore_v1/watch.py @@ -70,7 +70,7 @@ class WatchDocTree(object): - # TODO: Currently this uses a dict. Other implementations us an rbtree. + # TODO: Currently this uses a dict. Other implementations use a rbtree. # The performance of this implementation should be investigated and may # require modifying the underlying datastructure to a rbtree. def __init__(self):