X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Ftask-functions.ts;h=0b3083c3aed6ca892af39070734c1562648f69af;hb=0d4e88b32dcc9af05423c40e049fb2693012b6d8;hp=8999b69decbe215d279ce09cce457e6b5bca633f;hpb=2717674c56c2caae531507e7d4e0068f4d4c8918;p=poolifier.git diff --git a/src/worker/task-functions.ts b/src/worker/task-functions.ts index 8999b69d..0b3083c3 100644 --- a/src/worker/task-functions.ts +++ b/src/worker/task-functions.ts @@ -62,7 +62,7 @@ export interface TaskFunctionObject { /** * Tasks functions that can be executed. * The key is the name of the task function or task function object. - * The value is the function or task function object. + * The value is the task function or task function object. * * @typeParam Data - Type of data sent to the worker. This can only be structured-cloneable data. * @typeParam Response - Type of execution response. This can only be structured-cloneable data.