diff --git a/assembly/std/deferredCalls.ts b/assembly/std/deferredCalls.ts index 375f1f6e..6695e201 100644 --- a/assembly/std/deferredCalls.ts +++ b/assembly/std/deferredCalls.ts @@ -38,8 +38,8 @@ export function getDeferredCallFee( * @param targetPeriod - The period of the target slot for the deferred call * @param targetThread - The thread of the target slot for the deferred call * @param maxGas - The maximum amount of gas that the deferred call can use - * @param rawCoins - The amount of coins to send to the target deferred call * @param params - The parameters to send to the target deferred call function + * @param rawCoins - The amount of coins to send to the target deferred call * * @returns The id of the new deferred call */