From 5c363f2b2dee0125b8eb271b960d4f189097ed2d Mon Sep 17 00:00:00 2001 From: Natsunokazeme <79150294+Natsunokazeme@users.noreply.github.com> Date: Sun, 12 May 2024 01:45:31 +0800 Subject: [PATCH] =?UTF-8?q?fix():=20=E4=BF=AE=E5=A4=8D=E5=8D=95=E8=AF=8D?= =?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/concurrent/scheduler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concurrent/scheduler.md b/docs/concurrent/scheduler.md index 8e272d8..9b5c9dd 100644 --- a/docs/concurrent/scheduler.md +++ b/docs/concurrent/scheduler.md @@ -45,7 +45,7 @@ function workLoopConcurrent() { 是否中断的依据,最重要的一点便是每个任务的剩余时间是否用完。 -在`Schdeduler`中,为任务分配的初始剩余时间为`5ms`。 +在`Scheduler`中,为任务分配的初始剩余时间为`5ms`。 > 你可以从[这里](https://github.com/facebook/react/blob/1fb18e22ae66fdb1dc127347e169e73948778e5a/packages/scheduler/src/forks/SchedulerHostConfig.default.js#L119)看到初始剩余时间的定义