X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Ftask-functions.ts;h=0b3083c3aed6ca892af39070734c1562648f69af;hb=910416386b4f7d0da4e6f0d8551cefa2539c5ced;hp=8999b69decbe215d279ce09cce457e6b5bca633f;hpb=f741236338de5af620b672d81e49677759371298;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.