From 367ac732048e1e96cacb54238f88603ed47e2833 Mon Sep 17 00:00:00 2001 From: Raphael Long Date: Thu, 16 Jul 2020 22:23:18 -0500 Subject: [PATCH] docs: fix typo in watch documentation (#115) --- google/cloud/firestore_v1/watch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):