X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futility-types.ts;h=926b3280b2f85e4378031cee08b59ce0fee65c98;hb=1a7bb4c6a5d9b54e35b498a6c5352173541c1b29;hp=104725ac4299ec9827e81c52d9e7b09dc3105d96;hpb=bf9549aef8a23a3931e19040dadb7f1e8e6422b5;p=poolifier.git diff --git a/src/utility-types.ts b/src/utility-types.ts index 104725ac..926b3280 100644 --- a/src/utility-types.ts +++ b/src/utility-types.ts @@ -32,7 +32,7 @@ export interface MessageValue< */ readonly error?: string /** - * Task run time. + * Task runtime. */ readonly taskRunTime?: number /**