Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fix typo in watch documentation (#115)
  • Loading branch information
rafilong committed Jul 17, 2020
1 parent c758c29 commit 367ac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/firestore_v1/watch.py
Expand Up @@ -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):
Expand Down

0 comments on commit 367ac73

Please sign in to comment.