Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
surol committed Jan 13, 2020
1 parent 9cd7037 commit 36b3733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom-render-scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export function customRenderScheduler(

return render => {

const scheduled = nextQueue.scheduled; // Check it here for to prevent immediate execution _recurrently_
const scheduled = nextQueue.scheduled; // Check it here to prevent immediate execution _recurrently_
const [queue] = queued;

nextQueue = nextQueue.next;
Expand Down

0 comments on commit 36b3733

Please sign in to comment.