Skip to content

Commit

Permalink
Fix typo (#14576)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlMungazi authored and aweary committed Jan 12, 2019
1 parent f290138 commit 0005d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scheduler/src/Scheduler.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function flushWork(didTimeout) {
firstCallbackNode !== null &&
!(enableSchedulerDebugging && isSchedulerPaused)
) {
// TODO Wrap i nfeature flag
// TODO Wrap in feature flag
// Read the current time. Flush all the callbacks that expire at or
// earlier than that time. Then read the current time again and repeat.
// This optimizes for as few performance.now calls as possible.
Expand Down

0 comments on commit 0005d1e

Please sign in to comment.