Skip to content

Commit 3f473d6

Browse files
committed
testing_hooks_util.ts: tiny comment typo fix
1 parent 4f0768d commit 3f473d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/util/testing_hooks_util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function createExistenceFilterMismatchInfoFrom(
112112
* @return a promise that is fulfilled when the asynchronous work started by
113113
* `enablePersistentCacheIndexAutoCreation()` or
114114
* `disablePersistentCacheIndexAutoCreation()` completes successfully, or is
115-
* rejected
115+
* rejected if it fails.
116116
*/
117117
export function verifyPersistentCacheIndexAutoCreationToggleSucceedsDuring(
118118
callback: () => void

0 commit comments

Comments
 (0)