Skip to content

Commit e07a3cd

Browse files
Alex Rohledergaearon
authored andcommitted
fix typo on inline comment (facebook#13364)
1 parent e020408 commit e07a3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/ReactFiberScheduler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1871,7 +1871,7 @@ function performSyncWork() {
18711871
function performWork(minExpirationTime: ExpirationTime, dl: Deadline | null) {
18721872
deadline = dl;
18731873

1874-
// Keep working on roots until there's no more work, or until the we reach
1874+
// Keep working on roots until there's no more work, or until we reach
18751875
// the deadline.
18761876
findHighestPriorityRoot();
18771877

0 commit comments

Comments
 (0)