fix typo on inline comment (#13364)

This commit is contained in:
Alex Rohleder
2018-08-10 16:51:06 +01:00
committed by Dan Abramov
parent e0204084a0
commit e07a3cd28f
+1 -1
View File
@@ -1871,7 +1871,7 @@ function performSyncWork() {
function performWork(minExpirationTime: ExpirationTime, dl: Deadline | null) {
deadline = dl;
// Keep working on roots until there's no more work, or until the we reach
// Keep working on roots until there's no more work, or until we reach
// the deadline.
findHighestPriorityRoot();