Skip to content

Commit c9d70a3

Browse files
committed
FirebaseDataConnectImpl.kt: fix minor typo in comment
1 parent c0bca78 commit c9d70a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/core/FirebaseDataConnectImpl.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ internal class FirebaseDataConnectImpl(
432432
}
433433
}
434434

435-
// If the update "close job" was the one that we created, then start it!
435+
// If the updated "close job" was the one that we created, then start it!
436436
if (updatedCloseJob.ref === newCloseJob) {
437437
newCloseJob.start()
438438
}

0 commit comments

Comments
 (0)