From 2683a993b515c870627c2db31025aa95d01d1efe Mon Sep 17 00:00:00 2001 From: almuzahidseyam Date: Wed, 16 Sep 2026 16:41:03 +0600 Subject: [PATCH] docs: fix duplicate 'the' typo in node_platform.cc --- src/node_platform.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_platform.cc b/src/node_platform.cc index 2deccdcdf686..32905067ff15 100644 --- a/src/node_platform.cc +++ b/src/node_platform.cc @@ -125,7 +125,7 @@ class WorkerThreadsTaskRunner::DelayedTaskScheduler { // The delayed task scheuler is on is own thread with its own loop that // runs the timers for the scheduled tasks to pop the original task back - // into the the worker task queue. This first pushes the tasks that + // into the worker task queue. This first pushes the tasks that // schedules the timers into the local task queue that will be flushed // by the local event loop. locked.Push(std::move(delayed));