mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
fix typo on inline comment (#13364)
This commit is contained in:
committed by
Dan Abramov
parent
e0204084a0
commit
e07a3cd28f
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user