Skip to content

Commit 0005d1e

Browse files
CarlMungaziaweary
authored andcommitted
Fix typo (#14576)
1 parent f290138 commit 0005d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/scheduler/src/Scheduler.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function flushWork(didTimeout) {
194194
firstCallbackNode !== null &&
195195
!(enableSchedulerDebugging && isSchedulerPaused)
196196
) {
197-
// TODO Wrap i nfeature flag
197+
// TODO Wrap in feature flag
198198
// Read the current time. Flush all the callbacks that expire at or
199199
// earlier than that time. Then read the current time again and repeat.
200200
// This optimizes for as few performance.now calls as possible.

0 commit comments

Comments
 (0)