Skip to content

Commit 79ddf5f

Browse files
committed
Address comments
1 parent 618e60a commit 79ddf5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/firestore/src/core/sync_engine.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,10 @@ export interface SyncEngine extends RemoteSyncer {
211211
*/
212212
registerPendingWritesCallback(callback: Deferred<void>): Promise<void>;
213213

214+
// Visible for testing
214215
activeLimboDocumentResolutions(): SortedMap<DocumentKey, TargetId>;
215216

217+
// Visible for testing
216218
enqueuedLimboDocumentResolutions(): DocumentKey[];
217219

218220
handleCredentialChange(user: User): Promise<void>;
@@ -977,7 +979,7 @@ export function newSyncEngine(
977979
}
978980

979981
/**
980-
* An extension of SyncEngine that also include SharedClientStateSyncer for
982+
* An extension of SyncEngine that also includes SharedClientStateSyncer for
981983
* Multi-Tab synchronization.
982984
*/
983985
// PORTING NOTE: Web only

0 commit comments

Comments
 (0)